Home
last modified time | relevance | path

Searched defs:to_lower (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/locale/
Dconversion.hpp248 …std::basic_string<CharType> to_lower(std::basic_string<CharType> const &str,std::locale const &loc… in to_lower() function
259 … std::basic_string<CharType> to_lower(CharType const *str,std::locale const &loc=std::locale()) in to_lower() function
273 …std::basic_string<CharType> to_lower(CharType const *begin,CharType const *end,std::locale const &… in to_lower() function
/third_party/boost/boost/algorithm/string/
Dcase_conv.hpp91 inline void to_lower( in to_lower() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactorDebugInfo.cpp29 std::string to_lower(std::string str) in to_lower() function
/third_party/flutter/skia/bench/
DRotatedRectBench.cpp64 static SkString to_lower(const char* str) { in to_lower() function
/third_party/skia/bench/
DRotatedRectBench.cpp64 static SkString to_lower(const char* str) { in to_lower() function
/third_party/glib/glib/
Dgscanner.c278 #define to_lower(c) ( \ macro
/third_party/quickjs/
Dquickjs.c41239 int argc, JSValueConst *argv, int to_lower) in js_string_toLowerCase()