Home
last modified time | relevance | path

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

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java1577 e.getErrorType()); in testMaybeExtractCountryCode()
1729 e.getErrorType()); in testParseMaliciousInput()
1743 e.getErrorType()); in testParseMaliciousInput()
1861 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1871 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1881 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1891 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1901 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1911 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1921 e.getErrorType()); in testFailedParseOnInvalidNumbers()
[all …]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DNumberParseException.java55 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
DPhoneNumberUtil.java2779 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE &&
2790 throw new NumberParseException(e.getErrorType(), e.getMessage());
2983 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
2988 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3023 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()