Searched defs:to_lower (Results 1 – 3 of 3) sorted by relevance
29 std::string to_lower(std::string str) in to_lower() function
64 static SkString to_lower(const char* str) { in to_lower() function
1039 constexpr char to_lower(char x) noexcept { return (x | 0x20); } in to_lower() function