Searched refs:is_sep (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/utils/
H A DSkParse.cpp27 static inline bool is_sep(int c) function
60 while (is_sep(*str))
75 } while (is_sep(c) == false);
80 } while (is_sep(c));
H A DSkParsePath.cpp23 static inline bool is_sep(int c) { function
44 while (is_sep(*str))
/external/skia/src/animator/
H A DSkParseSVGPath.cpp70 static inline bool is_sep(int c) function
86 while (is_sep(*str))
/external/icu4c/common/
H A Ducase.c532 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro
568 if(is_sep(c)) {
580 if(is_sep(c)) {
592 if(is_sep(c)) {
604 if(is_sep(c)) {

Completed in 5847 milliseconds