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

  /external/skia/src/utils/
SkParse.cpp 29 static inline bool is_sep(int c) function
62 while (is_sep(*str))
77 } while (is_sep(c) == false);
82 } while (is_sep(c));
SkParsePath.cpp 23 static inline bool is_sep(int c) { function
46 while (is_sep(*str))
99 } else if (is_sep(ch)) {
  /external/skia/src/animator/
SkParseSVGPath.cpp 70 static inline bool is_sep(int c) function
86 while (is_sep(*str))
  /external/icu/icu4c/source/common/
ucase.cpp 558 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro
594 if(is_sep(c)) {
606 if(is_sep(c)) {
618 if(is_sep(c)) {
630 if(is_sep(c)) {
    [all...]

Completed in 258 milliseconds