Home
last modified time | relevance | path

Searched refs:explicitExtn (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js816 var explicitExtn = possibleSeparatorsBetweenNumberAndExtLabel + explicitExtLabels
853 + explicitExtn + "|"
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java354 String explicitExtn = possibleSeparatorsBetweenNumberAndExtLabel + explicitExtLabels in createExtnPattern() local
371 + explicitExtn + "|" in createExtnPattern()