Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java492 String[] candidateGroups = in allNumberGroupsAreExactlyPresent() local
496 number.hasExtension() ? candidateGroups.length - 2 : candidateGroups.length - 1; in allNumberGroupsAreExactlyPresent()
500 if (candidateGroups.length == 1 || in allNumberGroupsAreExactlyPresent()
501 candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
510 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
518 candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()