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.java457 String[] formattedNumberGroups) { in allNumberGroupsRemainGrouped() argument
461 for (int i = 0; i < formattedNumberGroups.length; i++) { in allNumberGroupsRemainGrouped()
464 fromIndex = normalizedCandidate.indexOf(formattedNumberGroups[i], fromIndex); in allNumberGroupsRemainGrouped()
469 fromIndex += formattedNumberGroups[i].length(); in allNumberGroupsRemainGrouped()
477 return normalizedCandidate.substring(fromIndex - formattedNumberGroups[i].length()) in allNumberGroupsRemainGrouped()
491 String[] formattedNumberGroups) { in allNumberGroupsAreExactlyPresent() argument
507 for (int formattedNumberGroupIndex = (formattedNumberGroups.length - 1); in allNumberGroupsAreExactlyPresent()
511 formattedNumberGroups[formattedNumberGroupIndex])) { in allNumberGroupsAreExactlyPresent()
518 candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()
553 String[] formattedNumberGroups = getNationalNumberGroups(util, number, null); in checkNumberGroupingIsValid() local
[all …]