Searched refs:TOO_LONG (Results 1 - 5 of 5) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java39 TOO_LONG, enum constant in enum:NumberParseException.ErrorType
H A DPhoneNumberUtil.java433 TOO_LONG, enum constant in enum:PhoneNumberUtil.ValidationResult
2325 * length 8, this will return TOO_LONG.
2333 return ValidationResult.TOO_LONG;
2392 return ValidationResult.TOO_LONG;
2577 == ValidationResult.TOO_LONG) {
2896 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
2994 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h142 TOO_LONG_NSN, // TOO_LONG in the java version.
150 TOO_LONG, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::ValidationResult
H A Dphonenumberutil.cc356 return PhoneNumberUtil::TOO_LONG;
2033 return TOO_LONG;
2578 *national_number) == TOO_LONG) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java1297 assertEquals(PhoneNumberUtil.ValidationResult.TOO_LONG,
1315 assertEquals(PhoneNumberUtil.ValidationResult.TOO_LONG,
1327 assertEquals(PhoneNumberUtil.ValidationResult.TOO_LONG,
1789 NumberParseException.ErrorType.TOO_LONG,
1803 NumberParseException.ErrorType.TOO_LONG,
1961 NumberParseException.ErrorType.TOO_LONG,

Completed in 164 milliseconds