Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java334 private static String extnDigits(int maxLength) { in extnDigits() method in PhoneNumberUtil
370 String rfcExtn = RFC3966_EXTN_PREFIX + extnDigits(extLimitAfterExplicitLabel); in createExtnPattern()
372 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterExplicitLabel) in createExtnPattern()
375 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) + optionalExtnSuffix; in createExtnPattern()
376 String americanStyleExtnWithSuffix = ambiguousSeparator + extnDigits(extLimitWhenNotSure) + "#"; in createExtnPattern()
403 + extnDigits(extLimitAfterLikelyLabel) + optionalExtnSuffix; in createExtnPattern()
405 + "(?:,)+" + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) in createExtnPattern()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java336 private static String extnDigits(int maxLength) { in extnDigits() method in PhoneNumberUtil
372 String rfcExtn = RFC3966_EXTN_PREFIX + extnDigits(extLimitAfterExplicitLabel); in createExtnPattern()
374 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterExplicitLabel) in createExtnPattern()
377 + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) + optionalExtnSuffix; in createExtnPattern()
378 String americanStyleExtnWithSuffix = ambiguousSeparator + extnDigits(extLimitWhenNotSure) + "#"; in createExtnPattern()
405 + extnDigits(extLimitAfterLikelyLabel) + optionalExtnSuffix; in createExtnPattern()
407 + "(?:,)+" + possibleCharsAfterExtLabel + extnDigits(extLimitAfterAmbiguousChar) in createExtnPattern()