Searched refs:TOO_LONG (Results 1 – 6 of 6) sorted by relevance
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | NumberParseException.java | 53 TOO_LONG, enumConstant
|
D | PhoneNumberUtil.java | 462 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/ |
D | pkcs8.errordata | 20 PKCS8,118,TOO_LONG
|
D | rsa.errordata | 42 RSA,140,TOO_LONG
|
D | asn1.errordata | 78 ASN1,177,TOO_LONG
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 1347 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()
|