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.java520 String[] candidateGroups = in allNumberGroupsAreExactlyPresent() local
524 number.hasExtension() ? candidateGroups.length - 2 : candidateGroups.length - 1; in allNumberGroupsAreExactlyPresent()
528 if (candidateGroups.length == 1 || in allNumberGroupsAreExactlyPresent()
529 candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
538 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
546 candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()