Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java519 String[] candidateGroups = in allNumberGroupsAreExactlyPresent() local
523 number.hasExtension() ? candidateGroups.length - 2 : candidateGroups.length - 1; in allNumberGroupsAreExactlyPresent()
527 if (candidateGroups.length == 1 || in allNumberGroupsAreExactlyPresent()
528 candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
537 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
545 candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()