Searched defs:tolower_l (Results 1 – 6 of 6) sorted by relevance
164 #define tolower_l _tolower_l macro
56 inline _LIBCPP_HIDE_FROM_ABI_C int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
262 #define tolower_l _tolower_l macro
123 inline _LIBCPP_INLINE_VISIBILITY int tolower_l(int c, locale_t) { in tolower_l() function
246 #define tolower_l _tolower_l macro
172 int tolower_l(int c, locale_t locale) in tolower_l() function