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/
H A DNumberParseException.java50 TOO_SHORT_NSN, enum constant
H A DPhoneNumberUtil.java3327 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN, in parseHelper()
3349 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN, in parseHelper()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.h145 TOO_SHORT_NSN, enumerator
H A Dphonenumberutil.cc2295 return TOO_SHORT_NSN; in ParseHelper()
2322 return TOO_SHORT_NSN; in ParseHelper()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js81 TOO_SHORT_NSN: 'The string supplied is too short to be a phone number',
4340 throw new Error(i18n.phonenumbers.Error.TOO_SHORT_NSN);
4373 throw new Error(i18n.phonenumbers.Error.TOO_SHORT_NSN);
H A Dphonenumberutil_test.js3182 i18n.phonenumbers.Error.TOO_SHORT_NSN, e.message);
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumberutil_test.cc4041 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT_NSN, in TEST_F()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2395 NumberParseException.ErrorType.TOO_SHORT_NSN, in testFailedParseOnInvalidNumbers()

Completed in 31 milliseconds