Home
last modified time | relevance | path

Searched refs:isPossibleNumberForTypeWithReason (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1494 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.UNKNOWN)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1497 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1503 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.UNKNOWN)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1506 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1510 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.MOBILE)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1514 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.TOLL_FREE)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1520 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.UNKNOWN)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1523 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1526 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.MOBILE)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1529 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.TOLL_FREE)); in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js2046 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.UNKNOWN));
2049 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.FIXED_LINE));
2055 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.UNKNOWN));
2058 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.FIXED_LINE));
2062 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.MOBILE));
2066 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.TOLL_FREE));
2072 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.UNKNOWN));
2075 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.FIXED_LINE));
2078 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.MOBILE));
2081 phoneUtil.isPossibleNumberForTypeWithReason(number, PNT.TOLL_FREE));
[all …]
Dphonenumberutil.js3379 var result = this.isPossibleNumberForTypeWithReason(number, type);
3526 return this.isPossibleNumberForTypeWithReason(
3554 i18n.phonenumbers.PhoneNumberUtil.prototype.isPossibleNumberForTypeWithReason = method in i18n.phonenumbers.PhoneNumberUtil
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java2576 ValidationResult result = isPossibleNumberForTypeWithReason(number, type);
2686 return isPossibleNumberForTypeWithReason(number, PhoneNumberType.UNKNOWN);
2715 public ValidationResult isPossibleNumberForTypeWithReason(
/third_party/libphonenumber/
Drelease_notes.txt1268 isPossibleNumberForTypeWithReason, along with getSupportedTypesForRegion and