Searched refs:TOO_SHORT_NSN (Results 1 – 8 of 8) sorted by relevance
49 TOO_SHORT_NSN, enumConstant
3313 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,3335 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,
141 TOO_SHORT_NSN, enumerator
2264 return TOO_SHORT_NSN; in ParseHelper()2291 return TOO_SHORT_NSN; in ParseHelper()
80 TOO_SHORT_NSN: 'The string supplied is too short to be a phone number', property4272 throw new Error(i18n.phonenumbers.Error.TOO_SHORT_NSN);4305 throw new Error(i18n.phonenumbers.Error.TOO_SHORT_NSN);
3180 i18n.phonenumbers.Error.TOO_SHORT_NSN, e.message);
2394 NumberParseException.ErrorType.TOO_SHORT_NSN, in testFailedParseOnInvalidNumbers()
4031 EXPECT_EQ(PhoneNumberUtil::TOO_SHORT_NSN, in TEST_F()