/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CjkBreakEngine.java | 73 private static final int kint32max = Integer.MAX_VALUE; field in CjkBreakEngine 136 bestSnlp[i] = kint32max; in divideUpDictionaryRange() 157 if (bestSnlp[i] == kint32max) { in divideUpDictionaryRange() 213 if (bestSnlp[numCodePts] == kint32max) { in divideUpDictionaryRange()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CjkBreakEngine.java | 72 private static final int kint32max = Integer.MAX_VALUE; field in CjkBreakEngine 135 bestSnlp[i] = kint32max; in divideUpDictionaryRange() 156 if (bestSnlp[i] == kint32max) { in divideUpDictionaryRange() 212 if (bestSnlp[numCodePts] == kint32max) { in divideUpDictionaryRange()
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | descriptor_test.py | 179 kint32max = 2**31 - 1 215 self.assertEqual(kint32max, message_options.Extensions[ 223 self.assertEqual(kint32max, message_options.Extensions[ 231 self.assertEqual(kint32max, message_options.Extensions[
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | basictypes.h | 42 const int32 kint32max = INT32_MAX; variable
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | port.h | 134 static const int32 kint32max = 0x7FFFFFFF; variable 135 static const int32 kint32min = -kint32max - 1;
|
D | common_unittest.cc | 72 EXPECT_LT(kint32min, kint32max); in TEST() 73 EXPECT_EQ(static_cast<uint32>(kint32min), static_cast<uint32>(kint32max) + 1); in TEST()
|
D | strutil.cc | 639 return kint32max; in strto32_adaptor() 643 } else if (errno == 0 && result > kint32max) { in strto32_adaptor() 645 return kint32max; in strto32_adaptor()
|
/third_party/libphonenumber/tools/cpp/src/base/ |
D | basictypes.h | 40 const int32 kint32max = INT32_MAX; variable
|
/third_party/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 482 GOOGLE_CHECK_LE(value.size(), kint32max); in WriteString() 491 GOOGLE_CHECK_LE(value.size(), kint32max); in WriteStringMaybeAliased() 498 GOOGLE_CHECK_LE(value.size(), kint32max); in WriteBytes() 506 GOOGLE_CHECK_LE(value.size(), kint32max); in WriteBytesMaybeAliased()
|
D | message_unittest.inc | 327 size_t count = static_cast<size_t>(kint32max) / data.size(); 348 size_t count = static_cast<size_t>(kint32max) / data.size() + 1;
|
D | text_format.cc | 709 DO(ConsumeSignedInteger(&value, kint32max)); in ConsumeFieldValue() 790 DO(ConsumeSignedInteger(&int_value, kint32max)); in ConsumeFieldValue()
|
D | descriptor_unittest.cc | 3052 EXPECT_EQ(kint32max, options->GetExtension(protobuf_unittest::int32_opt)); in TEST() 3056 EXPECT_EQ(kint32max, options->GetExtension(protobuf_unittest::sint32_opt)); in TEST() 3060 EXPECT_EQ(kint32max, options->GetExtension(protobuf_unittest::sfixed32_opt)); in TEST()
|
D | descriptor.cc | 6076 ? kint32max in ValidateMessageOptions() 6871 static_cast<uint64>(kint32max)) { in SetOptionValue()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 210 kint32max = 2**31 - 1 246 self.assertEqual(kint32max, message_options.Extensions[ 254 self.assertEqual(kint32max, message_options.Extensions[ 262 self.assertEqual(kint32max, message_options.Extensions[
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_enum.cc | 58 return max_value != kint32max; in ShouldGenerateArraySize()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 247 if (!io::Tokenizer::ParseInteger(input_->current().text, kint32max, in ConsumeInteger() 263 uint64 max_value = kint32max; in ConsumeSignedInteger() 833 is_message_set ? kint32max : FieldDescriptor::kMaxNumber + 1; in AdjustExtensionRangesWithMaxEndNumber() 847 is_message_set ? kint32max : FieldDescriptor::kMaxNumber + 1; in AdjustReservedRangesWithMaxEndNumber() 1267 max_value = kint32max; in ParseDefaultAssignment()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 32 #define kint32max Json::Value::maxInt macro 41 static const float kfint32max = float(kint32max); 850 val = Json::Value(kint32max); in JSONTEST_FIXTURE_LOCAL() 868 JSONTEST_ASSERT_EQUAL(kint32max, val.asInt()); in JSONTEST_FIXTURE_LOCAL() 869 JSONTEST_ASSERT_EQUAL(kint32max, val.asLargestInt()); in JSONTEST_FIXTURE_LOCAL() 870 JSONTEST_ASSERT_EQUAL(kint32max, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 871 JSONTEST_ASSERT_EQUAL(kint32max, val.asLargestUInt()); in JSONTEST_FIXTURE_LOCAL() 872 JSONTEST_ASSERT_EQUAL(kint32max, val.asDouble()); in JSONTEST_FIXTURE_LOCAL() 1346 val = Json::Value(kint32max + 0.5); in JSONTEST_FIXTURE_LOCAL()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream.h | 1541 current_limit_(kint32max), in CodedInputStream()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 1604 num_diffs_list1.assign(count1, kint32max); in MatchRepeatedFieldIndices()
|