Searched refs:___tolower (Results 1 – 3 of 3) sorted by relevance
72 __ct_rune_t ___tolower(__ct_rune_t) __pure;146 return (_c < 0 || _c >= _CACHED_RUNES) ? ___tolower(_c) : in __tolower()
72 ___tolower(__ct_rune_t c) in ___tolower() function
75 ___tolower;