Searched refs:___tolower_l (Results 1 – 3 of 3) sorted by relevance
47 ___tolower_l(__ct_rune_t c, locale_t l) in ___tolower_l() function74 return ___tolower_l(c, __get_locale()); in ___tolower()
131 ___tolower_l;
49 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;150 return (__c < 0 || __c >= _CACHED_RUNES) ? ___tolower_l(__c, __l) : in towlower_l()