Searched refs:_tolower_tab_ (Results 1 – 2 of 2) sorted by relevance
48 const short *_tolower_tab_ = _C_tolower_; variable56 return((_tolower_tab_ + 1)[c]); in tolower()
57 extern const short *_tolower_tab_;161 return ((_tolower_tab_ + 1)[c]); in tolower()