Home
last modified time | relevance | path

Searched refs:is_sep (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/PC/os2emx/
Dgetpathp.c88 is_sep(char ch) /* determine if "ch" is a separator character */ in is_sep() function
104 while (i > 0 && !is_sep(dir[i])) in reduce()
149 if (is_sep(stuff[0])) in join()
153 if (n > 0 && !is_sep(buffer[n-1]) && n < MAXPATHLEN) in join()
365 if (p[0] == '.' && is_sep(p[1])) { in calculate_path()
/external/skqp/src/utils/
DSkParse.cpp28 static inline bool is_sep(int c) in is_sep() function
61 while (is_sep(*str)) in skip_sep()
76 } while (is_sep(c) == false); in Count()
81 } while (is_sep(c)); in Count()
DSkParsePath.cpp22 static inline bool is_sep(int c) { in is_sep() function
45 while (is_sep(*str)) in skip_sep()
98 } else if (is_sep(ch)) { in FromSVGString()
/external/skia/src/utils/
DSkParse.cpp28 static inline bool is_sep(int c) in is_sep() function
61 while (is_sep(*str)) in skip_sep()
76 } while (is_sep(c) == false); in Count()
81 } while (is_sep(c)); in Count()
DSkParsePath.cpp22 static inline bool is_sep(int c) { in is_sep() function
45 while (is_sep(*str)) in skip_sep()
98 } else if (is_sep(ch)) { in FromSVGString()
/external/icu/icu4c/source/common/
Ducase.cpp551 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro
582 if(is_sep(c)) { in ucase_getCaseLocale()
605 if(is_sep(c)) { in ucase_getCaseLocale()
617 if(is_sep(c)) { in ucase_getCaseLocale()
629 if(is_sep(c)) { in ucase_getCaseLocale()
641 if(is_sep(c)) { in ucase_getCaseLocale()
657 if(is_sep(c)) { in ucase_getCaseLocale()
669 if(is_sep(c)) { in ucase_getCaseLocale()
681 if(is_sep(c)) { in ucase_getCaseLocale()
693 if(is_sep(c)) { in ucase_getCaseLocale()
[all …]
/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c58 is_sep(char ch) /* determine if "ch" is a separator character */ in is_sep() function
72 while (i > 0 && !is_sep(dir[i])) in reduce()
99 if (is_sep(stuff[0])) in join()
103 if (n > 0 && !is_sep(buffer[n-1]) && n < MAXPATHLEN) in join()
423 if (p[0] == '.' && is_sep(p[1])) { in calculate_path()
/external/python/cpython2/PC/
Dgetpathp.c95 is_sep(char ch) /* determine if "ch" is a separator character */ in is_sep() function
111 while (i > 0 && !is_sep(dir[i])) in reduce()
155 if (is_sep(stuff[0])) in join()
159 if (n > 0 && !is_sep(buffer[n-1]) && n < MAXPATHLEN) in join()
627 if (p[0] == '.' && is_sep(p[1])) { in calculate_path()
/external/python/cpython3/PC/
Dgetpathp.c126 is_sep(wchar_t ch) /* determine if "ch" is a separator character */ in is_sep() function
145 while (i > 0 && !is_sep(dir[i])) in reduce()
158 while (i > 0 && src[i] != '.' && !is_sep(src[i])) in change_ext()
166 if (is_sep(src[i])) in change_ext()
821 if (p[0] == '.' && is_sep(p[1])) { in calculate_path()
/external/skqp/experimental/svg/model/
DSkSVGAttributeParser.cpp29 inline bool is_sep(char c) { in is_sep() function
52 return this->advanceWhile(is_sep); in parseSepToken()
/external/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp29 inline bool is_sep(char c) { in is_sep() function
52 return this->advanceWhile(is_sep); in parseSepToken()