Searched defs:to_lower (Results 1 – 7 of 7) sorted by relevance
248 …std::basic_string<CharType> to_lower(std::basic_string<CharType> const &str,std::locale const &loc… in to_lower() function259 … std::basic_string<CharType> to_lower(CharType const *str,std::locale const &loc=std::locale()) in to_lower() function273 …std::basic_string<CharType> to_lower(CharType const *begin,CharType const *end,std::locale const &… in to_lower() function
91 inline void to_lower( in to_lower() function
29 std::string to_lower(std::string str) in to_lower() function
64 static SkString to_lower(const char* str) { in to_lower() function
278 #define to_lower(c) ( \ macro
41239 int argc, JSValueConst *argv, int to_lower) in js_string_toLowerCase()