Home
last modified time | relevance | path

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

/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DPhoneNumberMatcher.php309 …$candidate = static::trimAfterFirstMatch(PhoneNumberUtil::$SECOND_NUMBER_START_PATTERN, $candidate…
H A DPhoneNumberUtil.php111 public static $SECOND_NUMBER_START_PATTERN = '[\\\\/] *x'; variable in libphonenumber\\PhoneNumberUtil
1896 …$match = preg_match('%' . static::$SECOND_NUMBER_START_PATTERN . '%', $number, $matches, PREG_OFFS…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java263 candidate = trimAfterFirstMatch(PhoneNumberUtil.SECOND_NUMBER_START_PATTERN, candidate); in find()
H A DPhoneNumberUtil.java267 static final Pattern SECOND_NUMBER_START_PATTERN = Pattern.compile(SECOND_NUMBER_START); field in PhoneNumberUtil
681 Matcher secondNumber = SECOND_NUMBER_START_PATTERN.matcher(number);
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java263 candidate = trimAfterFirstMatch(PhoneNumberUtil.SECOND_NUMBER_START_PATTERN, candidate); in find()
H A DPhoneNumberUtil.java267 static final Pattern SECOND_NUMBER_START_PATTERN = Pattern.compile(SECOND_NUMBER_START); field in PhoneNumberUtil
733 Matcher secondNumber = SECOND_NUMBER_START_PATTERN.matcher(number);