Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java49 TOO_SHORT_NSN, enumConstant
DPhoneNumberUtil.java3313 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,
3335 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h141 TOO_SHORT_NSN, enumerator
Dphonenumberutil.cc2264 return TOO_SHORT_NSN; in ParseHelper()
2291 return TOO_SHORT_NSN; in ParseHelper()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js80 TOO_SHORT_NSN: 'The string supplied is too short to be a phone number', property
4272 throw new Error(i18n.phonenumbers.Error.TOO_SHORT_NSN);
4305 throw new Error(i18n.phonenumbers.Error.TOO_SHORT_NSN);
Dphonenumberutil_test.js3180 i18n.phonenumbers.Error.TOO_SHORT_NSN, e.message);
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2394 NumberParseException.ErrorType.TOO_SHORT_NSN, in testFailedParseOnInvalidNumbers()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc4031 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT_NSN, in TEST_F()