Searched defs:isalpha_l (Results 1 – 2 of 2) sorted by relevance
10 isalpha_l (int c, struct __locale_t *locale) in isalpha_l() function
207 __declare_extern_inline(int) isalpha_l (int c, locale_t l) { (void) l; return isalpha(c); } in isalpha_l() function285 #define isalpha_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_U|_L)) macro