Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java350 int extLimitAfterAmbiguousChar = 9; in createExtnPattern() local
375 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) + optionalExtnSuffix; in createExtnPattern()
405 + "(?:,)+" + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) in createExtnPattern()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java352 int extLimitAfterAmbiguousChar = 9; in createExtnPattern() local
377 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) + optionalExtnSuffix; in createExtnPattern()
407 + "(?:,)+" + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) in createExtnPattern()