Searched defs:ascii_toupper (Results 1 – 14 of 14) sorted by relevance
85 static inline char ascii_toupper(unsigned char c) { return kAsciiToUpper[c]; } in ascii_toupper() function
181 inline char ascii_toupper(unsigned char c) { in ascii_toupper() function
183 inline char ascii_toupper(unsigned char c) { in ascii_toupper() function
182 inline char ascii_toupper(unsigned char c) { in ascii_toupper() function
29 static char ascii_toupper(char x) { in ascii_toupper() function
91 inline char ascii_toupper(char c) { in ascii_toupper() function