Searched defs:tolower (Results 1 – 14 of 14) sorted by relevance
55 #define tolower(c) ((c) + 0x20 * (((c) >= 'A') && ((c) <= 'Z'))) macro
193 tolower(int c) in tolower() function
81 int32_t tolower; member
1010 tolower ( in tolower() function
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
257 #define tolower(c) __sbtolower(c) macro
229 tolower(int c) in tolower() function
201 tolower keyword
621 #define tolower(x) (to_lower[x]) macro
2917 #define tolower(x) ((x >= 'A' && x <= 'Z')?(x+('a'-'A')):(x)) in wildCaseCmp() macro