OsmAnd
Packages | Functions
jni/protobuf/google/protobuf/stubs/strutil.h File Reference
#include <stdlib.h>
#include <vector>
#include <google/protobuf/stubs/common.h>

Go to the source code of this file.

Packages

namespace  google
namespace  google::protobuf
namespace  google::protobuf::strings

Functions

bool google::protobuf::ascii_isalnum (char c)
bool google::protobuf::ascii_isdigit (char c)
bool google::protobuf::HasPrefixString (const string &str, const string &prefix)
string google::protobuf::StripPrefixString (const string &str, const string &prefix)
bool google::protobuf::HasSuffixString (const string &str, const string &suffix)
string google::protobuf::StripSuffixString (const string &str, const string &suffix)
void google::protobuf::StripString (string *s, const char *remove, char replacewith)
void google::protobuf::LowerString (string *s)
void google::protobuf::UpperString (string *s)
string google::protobuf::StringReplace (const string &s, const string &oldsub, const string &newsub, bool replace_all)
void google::protobuf::SplitStringUsing (const string &full, const char *delim, vector< string > *result)
void google::protobuf::JoinStrings (const vector< string > &components, const char *delim, string *result)
string google::protobuf::JoinStrings (const vector< string > &components, const char *delim)
int google::protobuf::UnescapeCEscapeSequences (const char *source, char *dest)
int google::protobuf::UnescapeCEscapeSequences (const char *source, char *dest, vector< string > *errors)
int google::protobuf::UnescapeCEscapeString (const string &src, string *dest)
int google::protobuf::UnescapeCEscapeString (const string &src, string *dest, vector< string > *errors)
string google::protobuf::UnescapeCEscapeString (const string &src)
int google::protobuf::CEscapeString (const char *src, int src_len, char *dest, int dest_len)
string google::protobuf::CEscape (const string &src)
string google::protobuf::strings::Utf8SafeCEscape (const string &src)
string google::protobuf::strings::CHexEscape (const string &src)
int32 google::protobuf::strto32_adaptor (const char *nptr, char **endptr, int base)
uint32 google::protobuf::strtou32_adaptor (const char *nptr, char **endptr, int base)
int32 google::protobuf::strto32 (const char *nptr, char **endptr, int base)
uint32 google::protobuf::strtou32 (const char *nptr, char **endptr, int base)
int64 google::protobuf::strto64 (const char *nptr, char **endptr, int base)
uint64 google::protobuf::strtou64 (const char *nptr, char **endptr, int base)
char * google::protobuf::FastInt32ToBuffer (int32 i, char *buffer)
char * google::protobuf::FastInt64ToBuffer (int64 i, char *buffer)
char * google::protobuf::FastUInt32ToBuffer (uint32 i, char *buffer)
char * google::protobuf::FastUInt64ToBuffer (uint64 i, char *buffer)
char * google::protobuf::FastHexToBuffer (int i, char *buffer)
char * google::protobuf::FastHex64ToBuffer (uint64 value, char *buffer)
char * google::protobuf::FastHex32ToBuffer (uint32 value, char *buffer)
char * google::protobuf::FastIntToBuffer (int i, char *buffer)
char * google::protobuf::FastUIntToBuffer (unsigned int i, char *buffer)
char * google::protobuf::FastLongToBuffer (long i, char *buffer)
char * google::protobuf::FastULongToBuffer (unsigned long i, char *buffer)
char * google::protobuf::FastInt32ToBufferLeft (int32 i, char *buffer)
char * google::protobuf::FastUInt32ToBufferLeft (uint32 u, char *buffer)
char * google::protobuf::FastInt64ToBufferLeft (int64 i, char *buffer)
char * google::protobuf::FastUInt64ToBufferLeft (uint64 u64, char *buffer)
string google::protobuf::SimpleItoa (int i)
string google::protobuf::SimpleItoa (unsigned int i)
string google::protobuf::SimpleItoa (long i)
string google::protobuf::SimpleItoa (unsigned long i)
string google::protobuf::SimpleItoa (long long i)
string google::protobuf::SimpleItoa (unsigned long long i)
string google::protobuf::SimpleDtoa (double value)
string google::protobuf::SimpleFtoa (float value)
char * google::protobuf::DoubleToBuffer (double value, char *buffer)
char * google::protobuf::FloatToBuffer (float value, char *buffer)
double google::protobuf::NoLocaleStrtod (const char *text, char **original_endptr)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines