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

  /external/skia/tools/
create_test_font.cpp 191 static SkString strip_spaces(const SkString& str) { function
231 SkString strippedStr = strip_spaces(fontnameStr);
370 SkString strippedStr = strip_spaces(SkString(name));
388 SkString strippedStr = strip_spaces(SkString(name));
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 76 static char *strip_spaces(char *name);
282 ntmp = strip_spaces(q);
290 ntmp = strip_spaces(q);
307 vtmp = strip_spaces(q);
324 vtmp = strip_spaces(q);
334 ntmp = strip_spaces(q);
355 static char *strip_spaces(char *name) function

Completed in 77 milliseconds