Home
last modified time | relevance | path

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

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js1468 (desc.possibleLengthCount() != 1 || desc.possibleLengthArray()[0] != -1);
3028 if (numberDesc.possibleLengthCount() > 0 &&
3426 var possibleLengths = descForType.possibleLengthCount() == 0 ?
3453 mobileDesc.possibleLengthCount() == 0 ?
Dphonemetadata.pb.js506 i18n.phonenumbers.PhoneNumberDesc.prototype.possibleLengthCount = function() { method in i18n.phonenumbers.PhoneNumberDesc
Dphonenumberutil_test.js338 assertEquals(1, metadata.getGeneralDesc().possibleLengthCount());