Home
last modified time | relevance | path

Searched refs:getErrorType (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1672 e.getErrorType()); in testMaybeExtractCountryCode()
1826 e.getErrorType()); in testParseMaliciousInput()
1840 e.getErrorType()); in testParseMaliciousInput()
1956 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1966 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1976 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1986 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1996 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2006 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2016 e.getErrorType()); in testFailedParseOnInvalidNumbers()
[all …]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java68 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
DPhoneNumberUtil.java2999 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE
3010 throw new NumberParseException(e.getErrorType(), e.getMessage());
3216 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3221 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3256 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java423 int getErrorType() in getErrorType() method in XSLTAttributeDef
1654 switch (getErrorType()) in handleError()