Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/Resources/unidata/
H A DRegex.php10 …const COMBINING_MARK = '/^[\x{0300}-\x{036F}\x{0483}-\x{0487}\x{0488}-\x{0489}\x{0591}-\x{05BD}\x{… define in Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php529 if (1 === preg_match(Regex::COMBINING_MARK, $label)) {