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.java1633 e.getErrorType()); in testMaybeExtractCountryCode()
1789 e.getErrorType()); in testParseMaliciousInput()
1803 e.getErrorType()); in testParseMaliciousInput()
1921 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1931 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1941 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1951 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1961 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1971 e.getErrorType()); in testFailedParseOnInvalidNumbers()
1981 e.getErrorType()); in testFailedParseOnInvalidNumbers()
[all …]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java54 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
DPhoneNumberUtil.java2918 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE &&
2929 throw new NumberParseException(e.getErrorType(), e.getMessage());
3131 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3136 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3171 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()