Searched refs:isupper_l (Results 1 – 7 of 7) sorted by relevance
22 return isupper_l (c, locale) ? c - 'A' + 'a' : c; in tolower_l()24 && isupper_l (c, locale)) in tolower_l()39 return isupper_l (c, locale) ? (c) - 'A' + 'a' : c; in tolower_l()
9 #undef isupper_l12 isupper_l (int c, struct __locale_t *locale) in isupper_l() function
59 isupper_l.c
59 'isupper_l.c',
48 * isupper:: Uppercase character predicate (isupper, isupper_l)
89 extern int isupper_l (int __c, locale_t __l);160 #define isupper_l(__c,__l) ((__ctype_lookup_l(__c,__l)&(_U|_L))==_U) macro
2738 newlib/libc/ctype/isupper_l.c