HomeSort by relevance Sort by last modified time
    Searched refs:StripString (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 54 void StripString(string* s, const char* remove, char replacewith);
stringutil.cc 100 void StripString(string* s, const char* remove, char replacewith) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h 117 // StripString
123 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
strutil.cc 83 // StripString
87 void StripString(string* s, const char* remove, char replacewith) {
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 117 // StripString
123 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
strutil.cc 83 // StripString
87 void StripString(string* s, const char* remove, char replacewith) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 82 StripString(&basename, "-", '_');
83 StripString(&basename, "/", '.');
262 StripString(&filename, ".", '/');
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 81 StripString(&basename, "-", '_');
82 StripString(&basename, "/", '.');
247 StripString(&filename, ".", '/');
    [all...]

Completed in 1258 milliseconds