Home
last modified time | relevance | path

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

/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java500 String[] candidateGroups = in allNumberGroupsAreExactlyPresent() local
504 number.hasExtension() ? candidateGroups.length - 2 : candidateGroups.length - 1; in allNumberGroupsAreExactlyPresent()
508 if (candidateGroups.length == 1 in allNumberGroupsAreExactlyPresent()
509 || candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
518 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
526 && candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java499 String[] candidateGroups = in allNumberGroupsAreExactlyPresent() local
503 number.hasExtension() ? candidateGroups.length - 2 : candidateGroups.length - 1; in allNumberGroupsAreExactlyPresent()
507 if (candidateGroups.length == 1 in allNumberGroupsAreExactlyPresent()
508 || candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
517 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
525 && candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()