Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java44 TOO_SHORT_AFTER_IDD, enumConstant
DPhoneNumberUtil.java2872 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD,
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h140 TOO_SHORT_AFTER_IDD, enumerator
Dphonenumberutil.cc3005 return TOO_SHORT_AFTER_IDD; in MaybeExtractCountryCode()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2454 NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD, in testFailedParseOnInvalidNumbers()
2464 NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD, in testFailedParseOnInvalidNumbers()
2474 NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD, in testFailedParseOnInvalidNumbers()
2484 NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD, in testFailedParseOnInvalidNumbers()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js3246 i18n.phonenumbers.Error.TOO_SHORT_AFTER_IDD, e.message);
3256 i18n.phonenumbers.Error.TOO_SHORT_AFTER_IDD, e.message);
3266 i18n.phonenumbers.Error.TOO_SHORT_AFTER_IDD, e.message);
3276 i18n.phonenumbers.Error.TOO_SHORT_AFTER_IDD, e.message);
Dphonenumberutil.js77 TOO_SHORT_AFTER_IDD: 'Phone number too short after IDD', property
3756 throw new Error(i18n.phonenumbers.Error.TOO_SHORT_AFTER_IDD);
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc4057 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT_AFTER_IDD, in TEST_F()
4061 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT_AFTER_IDD, in TEST_F()
4066 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT_AFTER_IDD, in TEST_F()
4070 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT_AFTER_IDD, in TEST_F()