Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java509 int candidateNumberGroupIndex = in allNumberGroupsAreExactlyPresent() local
515 || candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
522 formattedNumberGroupIndex > 0 && candidateNumberGroupIndex >= 0; in allNumberGroupsAreExactlyPresent()
523 formattedNumberGroupIndex--, candidateNumberGroupIndex--) { in allNumberGroupsAreExactlyPresent()
524 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
531 return (candidateNumberGroupIndex >= 0 in allNumberGroupsAreExactlyPresent()
532 && candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()