Searched refs:extnDigits (Results 1 – 2 of 2) sorted by relevance
334 private static String extnDigits(int maxLength) { in extnDigits() method in PhoneNumberUtil370 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()
336 private static String extnDigits(int maxLength) { in extnDigits() method in PhoneNumberUtil372 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()