Home
last modified time | relevance | path

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

/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DPhoneNumberMatcher.php638 $rfc3966Format = $util->format($number, PhoneNumberFormat::RFC3966);
641 $endIndex = \mb_strpos($rfc3966Format, ';');
643 $endIndex = \mb_strlen($rfc3966Format);
647 $startIndex = \mb_strpos($rfc3966Format, '-') + 1;
648 return \explode('-', \mb_substr($rfc3966Format, $startIndex, $endIndex - $startIndex));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java542 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966); in getNationalNumberGroups() local
545 int endIndex = rfc3966Format.indexOf(';'); in getNationalNumberGroups()
547 endIndex = rfc3966Format.length(); in getNationalNumberGroups()
550 int startIndex = rfc3966Format.indexOf('-') + 1; in getNationalNumberGroups()
551 return rfc3966Format.substring(startIndex, endIndex).split("-"); in getNationalNumberGroups()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java542 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966); in getNationalNumberGroups() local
545 int endIndex = rfc3966Format.indexOf(';'); in getNationalNumberGroups()
547 endIndex = rfc3966Format.length(); in getNationalNumberGroups()
550 int startIndex = rfc3966Format.indexOf('-') + 1; in getNationalNumberGroups()
551 return rfc3966Format.substring(startIndex, endIndex).split("-"); in getNationalNumberGroups()