Home
last modified time | relevance | path

Searched refs:possibleLengthArray (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo.js135 return phoneMetadata.getGeneralDesc().possibleLengthArray().includes(
160 var possibleLengths = phoneMetadata.getGeneralDesc().possibleLengthArray();
268 if (!phoneMetadata.getGeneralDesc().possibleLengthArray().includes(
702 if (numberDesc.possibleLengthArray().length > 0 &&
703 !numberDesc.possibleLengthArray().includes(number.length)) {
Dphonenumberutil.js1468 (desc.possibleLengthCount() != 1 || desc.possibleLengthArray()[0] != -1);
3029 numberDesc.possibleLengthArray().indexOf(actualLength) == -1) {
3427 metadata.getGeneralDesc().possibleLengthArray() :
3428 descForType.possibleLengthArray();
3454 metadata.getGeneralDesc().possibleLengthArray() :
3455 mobileDesc.possibleLengthArray());
Dphonemetadata.pb.js490 i18n.phonenumbers.PhoneNumberDesc.prototype.possibleLengthArray = function() { method in i18n.phonenumbers.PhoneNumberDesc