Searched defs:INVALID_COUNTRY_CODE (Results 1 - 3 of 3) 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

Completed in 713 milliseconds