Searched refs:is_sep (Results 1 – 4 of 4) sorted by relevance
29 static inline bool is_sep(int c) in is_sep() function62 while (is_sep(*str)) in skip_sep()77 } while (is_sep(c) == false); in Count()82 } while (is_sep(c)); in Count()
23 static inline bool is_sep(int c) { in is_sep() function46 while (is_sep(*str)) in skip_sep()99 } else if (is_sep(ch)) { in FromSVGString()
70 static inline bool is_sep(int c) in is_sep() function86 while (is_sep(*str)) in skip_sep()
558 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro594 if(is_sep(c)) { in ucase_getCaseLocale()606 if(is_sep(c)) { in ucase_getCaseLocale()618 if(is_sep(c)) { in ucase_getCaseLocale()630 if(is_sep(c)) { in ucase_getCaseLocale()