Home
last modified time | relevance | path

Searched refs:to_lower (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactorDebugInfo.cpp29 std::string to_lower(std::string str) in to_lower() function
46 return to_lower(str).substr(strLen - suffixLen) == to_lower(suffix); in endswith_lower()
/third_party/skia/bench/
H A DRotatedRectBench.cpp64 static SkString to_lower(const char* str) { in to_lower() function
176 fName.appendf("_%s", to_lower(SkBlendMode_Name(fMode)).c_str()); in makeName()
/third_party/node/deps/ada/
H A Dada.h1039 constexpr char to_lower(char x) noexcept { return (x | 0x20); }
1042 return (to_lower(x) >= 'a') && (to_lower(x) <= 'z');
4970 constexpr char to_lower(char x) noexcept;

Completed in 10 milliseconds