HomeSort by relevance Sort by last modified time
    Searched full:strip_spaces (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/tools/
sk_tool_utils_font.cpp 103 static SkString strip_spaces(const char* str) { function in namespace:sk_tool_utils
143 SkString name(strip_spaces(font->debugFontName()));
create_test_font.cpp 238 static SkString strip_spaces(const SkString& str) { function
279 SkString strippedStr = strip_spaces(fontnameStr);
405 SkString strippedStr = strip_spaces(SkString(name));
  /external/openssl/crypto/x509v3/
v3_utl.c 68 static char *strip_spaces(char *name);
269 ntmp = strip_spaces(q);
277 ntmp = strip_spaces(q);
294 vtmp = strip_spaces(q);
311 vtmp = strip_spaces(q);
321 ntmp = strip_spaces(q);
342 static char *strip_spaces(char *name) function
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c 73 static char *strip_spaces(char *name);
274 ntmp = strip_spaces(q);
282 ntmp = strip_spaces(q);
299 vtmp = strip_spaces(q);
316 vtmp = strip_spaces(q);
326 ntmp = strip_spaces(q);
347 static char *strip_spaces(char *name) function

Completed in 2796 milliseconds