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()
70 static inline bool is_sep(int c) in is_sep() function86 while (is_sep(*str)) in skip_sep()
532 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro568 if(is_sep(c)) { in ucase_getCaseLocale()580 if(is_sep(c)) { in ucase_getCaseLocale()592 if(is_sep(c)) { in ucase_getCaseLocale()604 if(is_sep(c)) { in ucase_getCaseLocale()