Searched refs:INVALID_COUNTRY_CODE (Results 1 - 5 of 5) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java26 INVALID_COUNTRY_CODE, enum constant in enum:NumberParseException.ErrorType
H A DPhoneNumberUtil.java431 INVALID_COUNTRY_CODE, enum constant in enum:PhoneNumberUtil.ValidationResult
2379 return ValidationResult.INVALID_COUNTRY_CODE;
2552 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2911 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2938 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE &&
2945 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3151 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3156 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3191 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h138 INVALID_COUNTRY_CODE_ERROR, // INVALID_COUNTRY_CODE in the java version.
148 INVALID_COUNTRY_CODE, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::ValidationResult
505 // return an error like INVALID_COUNTRY_CODE if the number is not considered
H A Dphonenumberutil.cc2019 return INVALID_COUNTRY_CODE;
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java1302 assertEquals(PhoneNumberUtil.ValidationResult.INVALID_COUNTRY_CODE,
1633 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2011 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2021 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2031 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2041 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2051 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2137 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2149 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2309 NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
[all...]

Completed in 832 milliseconds