Lines Matching defs:isValidNumber
2054 var isValidNumber = (numberType != i18n.phonenumbers.PhoneNumberType.UNKNOWN);
2126 } else if (isValidNumber && this.canBeInternationallyDialled(numberNoExt)) {
2408 return this.isValidNumber(
3121 i18n.phonenumbers.PhoneNumberUtil.prototype.isValidNumber = function(number) {
3136 * Warning: In most cases, you want to use {@link #isValidNumber} instead. For
3385 * {@link #isValidNumber} should be used.
3569 * check than {@link #isValidNumber} in the following sense:
3575 * is much faster than isValidNumber.
3581 * the other hand, because isValidNumber validates using information on both
3601 * check than {@link #isValidNumber} in the following sense:
3610 * the other hand, because isValidNumber validates using information on both
3654 * provides a more lenient check than {@link #isValidNumber}. See
3697 if (this.isValidNumber(number)) {
3712 } while (!this.isValidNumber(numberCopy));
4143 * This can be done separately with {@link #isValidNumber}.