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

/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/animator/
H A DSkParseSVGPath.cpp70 static inline bool is_sep(int c) function
86 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/chromium_org/third_party/skia/experimental/Intersection/
H A DLogoPlay.cpp114 static inline bool is_sep(int c) function
130 while (is_sep(*str))
/external/skia/experimental/Intersection/
H A DLogoPlay.cpp114 static inline bool is_sep(int c) function
130 while (is_sep(*str))
/external/chromium_org/third_party/icu/source/common/
H A Ducase.cpp559 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro
595 if(is_sep(c)) {
607 if(is_sep(c)) {
619 if(is_sep(c)) {
631 if(is_sep(c)) {
/external/icu/icu4c/source/common/
H A Ducase.cpp559 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro
595 if(is_sep(c)) {
607 if(is_sep(c)) {
619 if(is_sep(c)) {
631 if(is_sep(c)) {

Completed in 3942 milliseconds