Home
last modified time | relevance | path

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

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js782 var possibleSeparatorsBetweenNumberAndExtLabel = "[ \u00A0\\t,]*";
816 var explicitExtn = possibleSeparatorsBetweenNumberAndExtLabel + explicitExtLabels
821 var ambiguousExtn = possibleSeparatorsBetweenNumberAndExtLabel + ambiguousExtLabels
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java336 String possibleSeparatorsBetweenNumberAndExtLabel = "[ \u00A0\\t,]*"; in createExtnPattern() local
354 String explicitExtn = possibleSeparatorsBetweenNumberAndExtLabel + explicitExtLabels in createExtnPattern()
357 String ambiguousExtn = possibleSeparatorsBetweenNumberAndExtLabel + ambiguousExtLabels in createExtnPattern()