Home
last modified time | relevance | path

Searched refs:_tolower_tab_ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdlib/
Dtolower_.c48 const short *_tolower_tab_ = _C_tolower_; variable
56 return((_tolower_tab_ + 1)[c]); in tolower()
/bionic/libc/include/
Dctype.h57 extern const short *_tolower_tab_;
161 return ((_tolower_tab_ + 1)[c]); in tolower()