Searched refs:FIRST_GROUP_PATTERN (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java345 // The FIRST_GROUP_PATTERN was originally set to $1 but there are some countries for which the
349 private static final Pattern FIRST_GROUP_PATTERN = Pattern.compile("(\\$\\d)"); field in class:PhoneNumberUtil
1826 numberFormatRule = FIRST_GROUP_PATTERN.matcher(numberFormatRule)
1835 Matcher firstGroupMatcher = FIRST_GROUP_PATTERN.matcher(numberFormatRule);

Completed in 63 milliseconds