Searched defs:to_lower (Results 1 – 15 of 15) sorted by relevance
8 string to_lower(const string& str) in to_lower() function
37 to_lower () { function
46 to_lower () { function
311 function to_lower() { function
22 LIBC_INLINE constexpr char to_lower(char a) { return a | 32; } 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
28 LIBC_INLINE constexpr char to_lower(char a) { return a | 32; } in to_lower() function
136 to_lower(char c) in to_lower() function
64 static SkString to_lower(const char* str) { in to_lower() function
589 pub fn to_lower(c: char) -> [char; 3] { in to_lower() function