Home
last modified time | relevance | path

Searched refs:TOO_LONG (Results 1 – 6 of 6) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java53 TOO_LONG, enumConstant
DPhoneNumberUtil.java462 TOO_LONG, enumConstant
2410 return ValidationResult.TOO_LONG;
2418 ? ValidationResult.IS_POSSIBLE : ValidationResult.TOO_LONG;
2630 || testNumberLength(fullNumber.toString(), generalDesc) == ValidationResult.TOO_LONG) {
2957 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
3056 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
/external/boringssl/src/crypto/err/
Dpkcs8.errordata20 PKCS8,118,TOO_LONG
Drsa.errordata42 RSA,140,TOO_LONG
Dasn1.errordata78 ASN1,177,TOO_LONG
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1347 assertEquals(PhoneNumberUtil.ValidationResult.TOO_LONG, in testIsPossibleNumberWithReason()
1365 assertEquals(PhoneNumberUtil.ValidationResult.TOO_LONG, in testIsPossibleNumberWithReason()
1825 NumberParseException.ErrorType.TOO_LONG, in testParseMaliciousInput()
1839 NumberParseException.ErrorType.TOO_LONG, in testParseMaliciousInput()
1995 NumberParseException.ErrorType.TOO_LONG, in testFailedParseOnInvalidNumbers()