Searched defs:tolower (Results 1 – 7 of 7) sorted by relevance
55 tolower(int c) in tolower() function
175 __only_inline int tolower(int _c) in tolower() function
119 #define tolower(c) (isupper(c)?((c) - 'A' + 'a'):(c)) macro
256 tolower(char_type __c) const in tolower() function271 tolower(char_type* __lo, const char_type* __hi) const in tolower() function830 tolower(char_type __c) const in tolower() function847 tolower(char_type* __lo, const char_type* __hi) const in tolower() function4683 tolower(_CharT __c, const locale& __loc) in tolower() function
201 tolower(char_type __c) const in tolower() function205 tolower(char_type* __lo, const char_type* __hi) const in tolower() function1959 tolower(_CharT __c, const locale& __loc) in tolower() function
184 tolower keyword
167 #define tolower(c) ((c) - 'A' + 'a') macro