Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java475 String[] formattedNumberGroups) { in allNumberGroupsRemainGrouped() argument
484 for (int i = 0; i < formattedNumberGroups.length; i++) { in allNumberGroupsRemainGrouped()
487 fromIndex = normalizedCandidate.indexOf(formattedNumberGroups[i], fromIndex); in allNumberGroupsRemainGrouped()
492 fromIndex += formattedNumberGroups[i].length(); in allNumberGroupsRemainGrouped()
505 return normalizedCandidate.substring(fromIndex - formattedNumberGroups[i].length()) in allNumberGroupsRemainGrouped()
519 String[] formattedNumberGroups) { in allNumberGroupsAreExactlyPresent() argument
535 for (int formattedNumberGroupIndex = (formattedNumberGroups.length - 1); in allNumberGroupsAreExactlyPresent()
539 formattedNumberGroups[formattedNumberGroupIndex])) { in allNumberGroupsAreExactlyPresent()
546 candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()
581 String[] formattedNumberGroups = getNationalNumberGroups(util, number, null); in checkNumberGroupingIsValid() local
[all …]