Home
last modified time | relevance | path

Searched refs:ToLower (Results 1 – 25 of 107) sorted by relevance

12345

/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_text_utils_test.cc15 TEST(QuicheTextUtilsTest, ToLower) { in TEST() argument
16 EXPECT_EQ("lower", quiche::QuicheTextUtils::ToLower("LOWER")); in TEST()
17 EXPECT_EQ("lower", quiche::QuicheTextUtils::ToLower("lower")); in TEST()
18 EXPECT_EQ("lower", quiche::QuicheTextUtils::ToLower("lOwEr")); in TEST()
19 EXPECT_EQ("123", quiche::QuicheTextUtils::ToLower("123")); in TEST()
20 EXPECT_EQ("", quiche::QuicheTextUtils::ToLower("")); in TEST()
Dquiche_text_utils.h38 static std::string ToLower(absl::string_view data) { in ToLower() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerWidenableCondition.cpp52 SmallVector<CallInst *, 8> ToLower; in lowerWidenableCondition() local
55 ToLower.push_back(cast<CallInst>(&I)); in lowerWidenableCondition()
57 if (ToLower.empty()) in lowerWidenableCondition()
60 for (auto *CI : ToLower) { in lowerWidenableCondition()
DLowerGuardIntrinsic.cpp51 SmallVector<CallInst *, 8> ToLower; in lowerGuardIntrinsic() local
54 ToLower.push_back(cast<CallInst>(&I)); in lowerGuardIntrinsic()
56 if (ToLower.empty()) in lowerGuardIntrinsic()
63 for (auto *CI : ToLower) { in lowerGuardIntrinsic()
/external/libchrome/base/i18n/
Dcase_conversion_unittest.cc38 string16 result = ToLower(mixed); in TEST()
50 string16 result = ToLower(mixed); in TEST()
65 string16 result = ToLower(mixed); in TEST()
76 result = ToLower(mixed); in TEST()
Dcase_conversion.h35 BASE_I18N_EXPORT string16 ToLower(StringPiece16 string);
/external/cronet/base/i18n/
Dcase_conversion_unittest.cc38 std::u16string result = ToLower(mixed); in TEST()
50 std::u16string result = ToLower(mixed); in TEST()
65 std::u16string result = ToLower(mixed); in TEST()
76 result = ToLower(mixed); in TEST()
Dcase_conversion.h36 BASE_I18N_EXPORT std::u16string ToLower(StringPiece16 string);
/external/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp94 SmallVector<CallInst *, 8> ToLower; in runOnFunction() local
99 ToLower.push_back(CI); in runOnFunction()
101 if (ToLower.empty()) in runOnFunction()
108 for (auto *CI : ToLower) { in runOnFunction()
/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp47 struct ToLower struct
50 ToLower (void) : loc(locale::classic()) {} in ToLower() function
67 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToLower()); in toLower()
/external/libtextclassifier/native/utils/utf8/
Dunilib_test-include.cc82 EXPECT_EQ(unilib_->ToLower('A'), 'a'); in TEST_F()
83 EXPECT_EQ(unilib_->ToLower('Z'), 'z'); in TEST_F()
84 EXPECT_EQ(unilib_->ToLower(')'), ')'); in TEST_F()
155 EXPECT_EQ(unilib_->ToLower(0x0391), 0x03B1); // GREEK ALPHA in TEST_F()
156 EXPECT_EQ(unilib_->ToLower(0x03AB), 0x03CB); // GREEK UPSILON WITH DIALYTIKA in TEST_F()
157 EXPECT_EQ(unilib_->ToLower(0x03C0), 0x03C0); // GREEK SMALL PI in TEST_F()
158 EXPECT_EQ(unilib_->ToLower(0x03A3), 0x03C3); // GREEK CAPITAL LETTER SIGMA in TEST_F()
Dunilib-common.h52 char32 ToLower(char32 codepoint);
/external/spdx-tools/rdfloader/parser2v3/
Dlicense_utils.go20 lower := strings.ToLower(licenseEnd)
59 algorithm = strings.ToLower(strings.TrimSpace(algorithm))
/external/spdx-tools/rdfloader/parser2v2/
Dlicense_utils.go20 lower := strings.ToLower(licenseEnd)
59 algorithm = strings.ToLower(strings.TrimSpace(algorithm))
/external/pigweed/pw_tool/
Dmain.cc33 std::string ToLower(std::string_view view) { in ToLower() function
159 auto it = commands.find(ToLower(tokens[0])); in main()
/external/angle/src/tests/gl_tests/
DRendererTest.cpp45 angle::ToLower(&rendererString); in TEST_P()
49 angle::ToLower(&versionString); in TEST_P()
/external/golang-protobuf/internal/strs/
Dstrings.go156 b = append(b, byte(unicode.ToLower(c)))
173 if unicode.ToLower(rune(s[0])) != rune(prefix[0]) {
/external/licenseclassifier/v2/
Dtokenizer.go162 r = unicode.ToLower(r)
205 obuf = utf8.AppendRune(obuf, unicode.ToLower(t))
211 obuf = utf8.AppendRune(obuf, unicode.ToLower(r))
/external/dynamic_depth/internal/strings/
Dcase.h35 inline string ToLower(const string& s) { in ToLower() function
/external/sonivox/arm-wt-22k/lib_src/
Deas_ctype.h38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return … in ToLower() function
/external/cronet/third_party/boringssl/src/util/
Dcheck_filenames.go50 name := strings.ToLower(info.Name()) // Windows and macOS are case-insensitive.
/external/boringssl/src/util/
Dcheck_filenames.go50 name := strings.ToLower(info.Name()) // Windows and macOS are case-insensitive.
/external/libtextclassifier/native/utils/
Dnormalization.cc62 normalized_codepoint = unilib.ToLower(normalized_codepoint); in NormalizeTextCodepointWise()
/external/golang-protobuf/internal/encoding/text/
Ddecode_token.go315 if f, ok := floatLits[strings.ToLower(string(t.raw))]; ok {
338 if f, ok := floatLits[strings.ToLower(string(t.raw))]; ok {
/external/gptfdisk/
Dsupport.h82 std::string ToLower(const std::string& input);

12345