Home
last modified time | relevance | path

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

/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DPhoneNumberMatcher.php589 …$candidateNumberGroupIndex = $number->hasExtension() ? \count($candidateGroups) - 2 : \count($cand…
596 $candidateGroups[$candidateNumberGroupIndex],
606 $formattedNumberGroupIndex > 0 && $candidateNumberGroupIndex >= 0;
607 $formattedNumberGroupIndex--, $candidateNumberGroupIndex--) {
608 …if ($candidateGroups[$candidateNumberGroupIndex] != $formattedNumberGroups[$formattedNumberGroupIn…
615 return ($candidateNumberGroupIndex >= 0
617 $candidateGroups[$candidateNumberGroupIndex],
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java508 int candidateNumberGroupIndex = in allNumberGroupsAreExactlyPresent() local
514 || candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
521 formattedNumberGroupIndex > 0 && candidateNumberGroupIndex >= 0; in allNumberGroupsAreExactlyPresent()
522 formattedNumberGroupIndex--, candidateNumberGroupIndex--) { in allNumberGroupsAreExactlyPresent()
523 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
530 return (candidateNumberGroupIndex >= 0 in allNumberGroupsAreExactlyPresent()
531 && candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java508 int candidateNumberGroupIndex = in allNumberGroupsAreExactlyPresent() local
514 || candidateGroups[candidateNumberGroupIndex].contains( in allNumberGroupsAreExactlyPresent()
521 formattedNumberGroupIndex > 0 && candidateNumberGroupIndex >= 0; in allNumberGroupsAreExactlyPresent()
522 formattedNumberGroupIndex--, candidateNumberGroupIndex--) { in allNumberGroupsAreExactlyPresent()
523 if (!candidateGroups[candidateNumberGroupIndex].equals( in allNumberGroupsAreExactlyPresent()
530 return (candidateNumberGroupIndex >= 0 in allNumberGroupsAreExactlyPresent()
531 && candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()