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

  /external/ImageMagick/MagickCore/
string_.h 106 StripString(char *);
nt-feature.c 541 StripString(buffer);
delegate.c     [all...]
methods.h     [all...]
string.c     [all...]
fx.c     [all...]
  /external/ImageMagick/coders/
dng.c 195 StripString(content);
svg.c 372 StripString(message);
456 StripString(tokens[i]);
462 StripString(tokens[i++]);
    [all...]
xpm.c 407 StripString(target);
    [all...]
ps.c 735 (void) StripString(value);
    [all...]
msl.c     [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 90 StripString(&basename, "-", '_');
91 StripString(&basename, "/", '.');
317 StripString(&filename, ".", '/');
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 150 // StripString
158 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
    [all...]
strutil.cc 82 // StripString
86 void StripString(string* s, const char* remove, char replacewith) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 185 StripString(&basename, "-", '$');
186 StripString(&basename, "/", '_');
    [all...]

Completed in 4089 milliseconds