Searched defs:tolower_l (Results 1 – 11 of 11) sorted by relevance
38 inline _LIBCPP_HIDE_FROM_ABI int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
164 #define tolower_l _tolower_l macro
210 #define tolower_l _tolower_l macro
52 inline _LIBCPP_HIDE_FROM_ABI int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
123 inline _LIBCPP_INLINE_VISIBILITY int tolower_l(int c, locale_t) { in tolower_l() function
172 int tolower_l(int c, locale_t locale) in tolower_l() function