/external/openscreen/third_party/abseil/src/absl/strings/ |
D | ascii_test.cc | 93 EXPECT_TRUE(absl::ascii_isupper(i)) << ": failed on " << i; in TEST() 95 EXPECT_TRUE(!absl::ascii_isupper(i)) << ": failed on " << i; in TEST() 124 EXPECT_EQ(absl::ascii_isupper(i), absl::ascii_isupper(sc)) << i; in TEST() 150 EXPECT_EQ(isupper(i) != 0, absl::ascii_isupper(i)) << i; in TEST() 174 if (absl::ascii_isupper(i)) in TEST()
|
D | ascii.h | 147 inline bool ascii_isupper(unsigned char c) { return c >= 'A' && c <= 'Z'; } in ascii_isupper() function
|
D | ascii_benchmark.cc | 92 BENCHMARK_TEMPLATE(BM_Ascii, absl::ascii_isupper);
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | ascii_test.cc | 106 EXPECT_TRUE(absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 108 EXPECT_TRUE(!absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 147 EXPECT_EQ(isupper(c) != 0, absl::ascii_isupper(c)) << c; in TEST() 172 if (absl::ascii_isupper(c)) in TEST()
|
D | ascii.h | 147 inline bool ascii_isupper(unsigned char c) { return c >= 'A' && c <= 'Z'; } in ascii_isupper() function
|
D | ascii_benchmark.cc | 92 BENCHMARK_TEMPLATE(BM_Ascii, absl::ascii_isupper);
|
/external/abseil-cpp/absl/strings/ |
D | ascii_test.cc | 107 EXPECT_TRUE(absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 109 EXPECT_TRUE(!absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 148 EXPECT_EQ(isupper(c) != 0, absl::ascii_isupper(c)) << c; in TEST() 173 if (absl::ascii_isupper(c)) in TEST()
|
D | ascii.h | 149 inline bool ascii_isupper(unsigned char c) { return c >= 'A' && c <= 'Z'; } in ascii_isupper() function
|
D | ascii_benchmark.cc | 94 BENCHMARK_TEMPLATE(BM_Ascii, absl::ascii_isupper);
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | ascii_test.cc | 107 EXPECT_TRUE(absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 109 EXPECT_TRUE(!absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 148 EXPECT_EQ(isupper(c) != 0, absl::ascii_isupper(c)) << c; in TEST() 173 if (absl::ascii_isupper(c)) in TEST()
|
D | ascii.h | 163 inline constexpr bool ascii_isupper(unsigned char c) { in ascii_isupper() function
|
/external/cronet/tot/third_party/abseil-cpp/absl/strings/ |
D | ascii_test.cc | 107 EXPECT_TRUE(absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 109 EXPECT_TRUE(!absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 148 EXPECT_EQ(isupper(c) != 0, absl::ascii_isupper(c)) << c; in TEST() 173 if (absl::ascii_isupper(c)) in TEST()
|
D | ascii.h | 163 inline constexpr bool ascii_isupper(unsigned char c) { in ascii_isupper() function
|
/external/cronet/stable/third_party/abseil-cpp/absl/strings/ |
D | ascii_test.cc | 107 EXPECT_TRUE(absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 109 EXPECT_TRUE(!absl::ascii_isupper(c)) << ": failed on " << c; in TEST() 148 EXPECT_EQ(isupper(c) != 0, absl::ascii_isupper(c)) << c; in TEST() 173 if (absl::ascii_isupper(c)) in TEST()
|
D | ascii.h | 163 inline constexpr bool ascii_isupper(unsigned char c) { in ascii_isupper() function
|
/external/dynamic_depth/internal/strings/ |
D | ascii_ctype.h | 72 static inline bool ascii_isupper(unsigned char c) { in ascii_isupper() function
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | quiche_text_utils.h | 84 return std::any_of(data.begin(), data.end(), absl::ascii_isupper); in ContainsUpperCase()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/ |
D | quiche_text_utils.h | 84 return std::any_of(data.begin(), data.end(), absl::ascii_isupper); in ContainsUpperCase()
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 325 } else if (ascii_isupper(c)) { in UnderscoresToCamelCase() 459 if (input.length() == prefix.length() || !ascii_isupper(input[prefix.length()])) { in SanitizeNameForObjC() 763 if (i > 0 && ascii_isupper(c)) { in UnCamelCaseEnumShortName() 853 if (ascii_isupper(c)) { in UnCamelCaseFieldName() 1413 if (!prefix.empty() && !ascii_isupper(prefix[0])) { in ValidateObjCClassPrefix() 1576 is_all_upper_ &= ascii_isupper(desired); in AddChar() 1631 if ((op_ != kOpAllUpper) || ascii_isupper(desired)) { in AddCharacter()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 325 } else if (ascii_isupper(c)) { in UnderscoresToCamelCase() 459 if (input.length() == prefix.length() || !ascii_isupper(input[prefix.length()])) { in SanitizeNameForObjC() 763 if (i > 0 && ascii_isupper(c)) { in UnCamelCaseEnumShortName() 853 if (ascii_isupper(c)) { in UnCamelCaseFieldName() 1413 if (!prefix.empty() && !ascii_isupper(prefix[0])) { in ValidateObjCClassPrefix() 1576 is_all_upper_ &= ascii_isupper(desired); in AddChar() 1631 if ((op_ != kOpAllUpper) || ascii_isupper(desired)) { in AddCharacter()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 325 } else if (ascii_isupper(c)) { in UnderscoresToCamelCase() 459 if (input.length() == prefix.length() || !ascii_isupper(input[prefix.length()])) { in SanitizeNameForObjC() 763 if (i > 0 && ascii_isupper(c)) { in UnCamelCaseEnumShortName() 853 if (ascii_isupper(c)) { in UnCamelCaseFieldName() 1413 if (!prefix.empty() && !ascii_isupper(prefix[0])) { in ValidateObjCClassPrefix() 1576 is_all_upper_ &= ascii_isupper(desired); in AddChar() 1631 if ((op_ != kOpAllUpper) || ascii_isupper(desired)) { in AddCharacter()
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 263 is_cap = ascii_isupper(input[i]); in ToCamelCase() 305 if (ascii_isupper(input[i])) { in ToSnakeCase()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 263 is_cap = ascii_isupper(input[i]); in ToCamelCase() 305 if (ascii_isupper(input[i])) { in ToSnakeCase()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 263 is_cap = ascii_isupper(input[i]); in ToCamelCase() 305 if (ascii_isupper(input[i])) { in ToSnakeCase()
|
/external/pdfium/third_party/abseil-cpp/absl/strings/ |
D | ascii.h | 163 inline constexpr bool ascii_isupper(unsigned char c) { in ascii_isupper() function
|