Home
last modified time | relevance | path

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

/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DPhoneNumberMatcher.php719 $secondSlashInBodyIndex = \mb_strpos($candidate, '/', $firstSlashInBodyIndex + 1);
720 if ($secondSlashInBodyIndex === false) {
735 return (\mb_strpos(\mb_substr($candidate, $secondSlashInBodyIndex + 1), '/') !== false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java607 int secondSlashInBodyIndex = candidate.indexOf('/', firstSlashInBodyIndex + 1); in containsMoreThanOneSlashInNationalNumber() local
608 if (secondSlashInBodyIndex < 0) { in containsMoreThanOneSlashInNationalNumber()
621 return candidate.substring(secondSlashInBodyIndex + 1).contains("/"); in containsMoreThanOneSlashInNationalNumber()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java607 int secondSlashInBodyIndex = candidate.indexOf('/', firstSlashInBodyIndex + 1); in containsMoreThanOneSlashInNationalNumber() local
608 if (secondSlashInBodyIndex < 0) { in containsMoreThanOneSlashInNationalNumber()
621 return candidate.substring(secondSlashInBodyIndex + 1).contains("/"); in containsMoreThanOneSlashInNationalNumber()