Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DNumberParseException.java37 TOO_SHORT_NSN, enumConstant
DPhoneNumberUtil.java2971 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,
2990 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h141 TOO_SHORT_NSN, enumerator
Dphonenumberutil.cc1914 return TOO_SHORT_NSN; in ParseHelper()
1927 return TOO_SHORT_NSN; in ParseHelper()
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java2001 NumberParseException.ErrorType.TOO_SHORT_NSN, in testFailedParseOnInvalidNumbers()