Home
last modified time | relevance | path

Searched refs:TOO_LONG (Results 1 – 10 of 10) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java53 TOO_LONG, enumConstant
DPhoneNumberUtil.java522 TOO_LONG, enumConstant
2657 return ValidationResult.TOO_LONG;
2904 || testNumberLength(fullNumber, defaultRegionMetadata) == ValidationResult.TOO_LONG) {
3238 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
3339 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h168 TOO_LONG, enumerator
171 static const ValidationResult kMaxValidationResult = TOO_LONG;
Dphonenumberutil.cc471 return PhoneNumberUtil::TOO_LONG; in TestNumberLength()
3039 TOO_LONG) { in MaybeExtractCountryCode()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1467 assertEquals(ValidationResult.TOO_LONG, phoneUtil.isPossibleNumberWithReason(US_LONG_NUMBER)); in testIsPossibleNumberWithReason()
1483 ValidationResult.TOO_LONG, in testIsPossibleNumberWithReason()
1553 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1559 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1674 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1685 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1693 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1696 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1699 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1708 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js2010 VR.TOO_LONG, phoneUtil.isPossibleNumberWithReason(US_LONG_NUMBER));
2030 VR.TOO_LONG,
2106 VR.TOO_LONG,
2112 VR.TOO_LONG,
2255 VR.TOO_LONG,
2267 VR.TOO_LONG,
2276 VR.TOO_LONG,
2279 VR.TOO_LONG,
2282 VR.TOO_LONG,
2292 VR.TOO_LONG,
[all …]
Ddemo.js92 case validationResult.TOO_LONG:
Dphonenumberutil.js83 TOO_LONG: 'The string supplied is too long to be a phone number' property
1060 TOO_LONG: 3 property
3490 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_LONG;
3802 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_LONG) {
4188 throw new Error(i18n.phonenumbers.Error.TOO_LONG);
4309 throw new Error(i18n.phonenumbers.Error.TOO_LONG);
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc1993 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2013 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2082 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2088 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2213 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2224 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2232 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2235 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2238 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
2246 EXPECT_EQ(PhoneNumberUtil::TOO_LONG, in TEST_F()
/third_party/libphonenumber/
Drelease_notes.txt1324 currently return TOO_LONG.