Searched defs:INVALID_COUNTRY_CODE (Results 1 - 3 of 3) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java27 INVALID_COUNTRY_CODE, enum constant in enum:NumberParseException.ErrorType
H A DPhoneNumberUtil.java447 INVALID_COUNTRY_CODE, enum constant in enum:PhoneNumberUtil.ValidationResult
2239 return ValidationResult.INVALID_COUNTRY_CODE;
2412 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2752 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2779 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE &&
2786 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
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/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

Completed in 84 milliseconds