Home
last modified time | relevance | path

Searched refs:strip_spaces (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dcreate_test_font.cpp191 static SkString strip_spaces(const SkString& str) { in strip_spaces() function
231 SkString strippedStr = strip_spaces(fontnameStr); in output_font()
370 SkString strippedStr = strip_spaces(SkString(name)); in generate_index()
388 SkString strippedStr = strip_spaces(SkString(name)); in generate_index()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c76 static char *strip_spaces(char *name);
282 ntmp = strip_spaces(q); in STACK_OF()
290 ntmp = strip_spaces(q); in STACK_OF()
307 vtmp = strip_spaces(q); in STACK_OF()
324 vtmp = strip_spaces(q); in STACK_OF()
334 ntmp = strip_spaces(q); in STACK_OF()
355 static char *strip_spaces(char *name) in strip_spaces() function