Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java355 String possibleCharsAfterExtLabel = "[:\\.\uFF0E]?[ \u00A0\\t,-]*"; in createExtnPattern() local
372 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterExplicitLabel) in createExtnPattern()
375 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) + optionalExtnSuffix; in createExtnPattern()
402 + autoDiallingAndExtLabelsFound + possibleCharsAfterExtLabel in createExtnPattern()
405 + "(?:,)+" + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) in createExtnPattern()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java357 String possibleCharsAfterExtLabel = "[:\\.\uFF0E]?[ \u00A0\\t,-]*"; in createExtnPattern() local
374 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterExplicitLabel) in createExtnPattern()
377 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) + optionalExtnSuffix; in createExtnPattern()
404 + autoDiallingAndExtLabelsFound + possibleCharsAfterExtLabel in createExtnPattern()
407 + "(?:,)+" + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) in createExtnPattern()