Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dstring_piece_util.h28 inline char ToLowerASCII(char c) { in ToLowerASCII() function
Dstring_piece_util_test.cc110 TEST(StringPieceUtilTest, ToLowerASCII) { in TEST() argument
/third_party/gn/src/base/strings/
Dstring_util.h57 inline char ToLowerASCII(char c) { in ToLowerASCII() function
60 inline char16_t ToLowerASCII(char16_t c) { in ToLowerASCII() function
Dstring_util.cc112 std::string ToLowerASCII(std::string_view str) { in ToLowerASCII() function
116 std::u16string ToLowerASCII(std::u16string_view str) { in ToLowerASCII() function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp177 inline Char ToLowerASCII(Char c) in ToLowerASCII() function
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp223 inline Char ToLowerASCII(Char c) in ToLowerASCII() function
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc268 char ToLowerASCII(char c) { in ToLowerASCII() function