Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2010 e.getErrorType()); in testMaybeExtractCountryCode()
2175 e.getErrorType()); in testParseMaliciousInput()
2189 e.getErrorType()); in testParseMaliciousInput()
2305 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2315 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2325 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2335 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2345 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2355 e.getErrorType()); in testFailedParseOnInvalidNumbers()
2365 e.getErrorType()); in testFailedParseOnInvalidNumbers()
[all …]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java68 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
DPhoneNumberUtil.java3189 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE
3200 throw new NumberParseException(e.getErrorType(), e.getMessage());
3408 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3413 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3448 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DNumberParseException.java72 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
DPhoneNumberUtil.java3234 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE
3245 throw new NumberParseException(e.getErrorType(), e.getMessage());
3454 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3459 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3494 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()