Searched refs:is_sep (Results 1 – 4 of 4) sorted by relevance
27 static inline bool is_sep(int c) in is_sep() function60 while (is_sep(*str)) in skip_sep()75 } while (is_sep(c) == false); in Count()80 } while (is_sep(c)); in Count()
23 static inline bool is_sep(int c) { in is_sep() function44 while (is_sep(*str)) in skip_sep()89 } 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()