Searched defs:__tolower (Results 1 – 4 of 4) sorted by relevance
88 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __c, __locale_t __loc) { return ::tolower_l(__c, __l… in __tolower() function
192 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __ch, __locale_t __loc) { return tolower_l(__ch, __l… in __tolower() function