Home
last modified time | relevance | path

Searched refs:TOO_SHORT (Results 1 – 8 of 8) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1476 assertEquals(ValidationResult.TOO_SHORT, phoneUtil.isPossibleNumberWithReason(number)); in testIsPossibleNumberWithReason()
1493 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1496 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1509 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1513 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1525 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1528 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1575 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_LocalOnly()
1619 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion()
1622 ValidationResult.TOO_SHORT, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js2022 assertEquals(VR.TOO_SHORT, phoneUtil.isPossibleNumberWithReason(number));
2045 VR.TOO_SHORT,
2048 VR.TOO_SHORT,
2061 VR.TOO_SHORT,
2065 VR.TOO_SHORT,
2077 VR.TOO_SHORT,
2080 VR.TOO_SHORT,
2133 VR.TOO_SHORT,
2190 VR.TOO_SHORT,
2194 VR.TOO_SHORT,
[all …]
Ddemo.js89 case validationResult.TOO_SHORT:
Dphonenumberutil.js1049 TOO_SHORT: 2, property
2018 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT) {
3488 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT;
3641 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT) {
4290 if (validationResult != validationResults.TOO_SHORT &&
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc1988 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2024 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2027 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2040 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2044 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2055 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2058 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2106 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2155 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
2158 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT, in TEST_F()
[all …]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java512 TOO_SHORT, enumConstant
1494 != ValidationResult.TOO_SHORT) {
2655 return ValidationResult.TOO_SHORT;
2778 if (isPossibleNumberWithReason(numberCopy) == ValidationResult.TOO_SHORT
3324 if (validationResult != ValidationResult.TOO_SHORT
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h159 TOO_SHORT, enumerator
Dphonenumberutil.cc469 return PhoneNumberUtil::TOO_SHORT; in TestNumberLength()
1300 TestNumberLength(national_number, *region_metadata) != TOO_SHORT) { in FormatNumberForMobileDialing()
2278 if (validation_result != TOO_SHORT && in ParseHelper()
2419 if (IsPossibleNumberWithReason(number_copy) == TOO_SHORT || in TruncateTooLongNumber()