Searched defs:tolower_l (Results 1 – 4 of 4) sorted by relevance
112 tolower_l(int c, locale_t locale __attribute__((__unused__))) in tolower_l() function
293 tolower_l(int _c, locale_t _l __attribute__((__unused__))) in tolower_l() function
56 inline _LIBCPP_HIDE_FROM_ABI_C int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
246 #define tolower_l _tolower_l macro