Searched refs:is_sep (Results 1 – 10 of 10) 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()
559 #define is_sep(c) ((c)=='_' || (c)=='-' || (c)==0) macro595 if(is_sep(c)) { in ucase_getCaseLocale()607 if(is_sep(c)) { in ucase_getCaseLocale()619 if(is_sep(c)) { in ucase_getCaseLocale()631 if(is_sep(c)) { in ucase_getCaseLocale()
114 static inline bool is_sep(int c) in is_sep() function130 while (is_sep(*str)) in skip_sep()