Lines Matching refs:ValidationResult
1037 i18n.phonenumbers.PhoneNumberUtil.ValidationResult = {
2018 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT) {
3355 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE ||
3357 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE_LOCAL_ONLY;
3381 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE ||
3383 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE_LOCAL_ONLY;
3474 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH;
3481 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult
3486 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE;
3488 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT;
3490 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_LONG;
3494 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE :
3495 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH;
3570 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult
3641 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT) {
3802 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_LONG) {
4289 var validationResults = i18n.phonenumbers.PhoneNumberUtil.ValidationResult;