Searched defs:ascii_tolower (Results 1 – 12 of 12) sorted by relevance
83 static inline char ascii_tolower(unsigned char c) { return kAsciiToLower[c]; } in ascii_tolower() function
163 inline char ascii_tolower(unsigned char c) { in ascii_tolower() function
165 inline char ascii_tolower(unsigned char c) { in ascii_tolower() function
183 inline char ascii_tolower(unsigned char c) { in ascii_tolower() function
23 static char ascii_tolower(char x) { in ascii_tolower() function
95 inline char ascii_tolower(char c) { in ascii_tolower() function