Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php131 private static $disallowed_STD3_valid; variable in Symfony\\Polyfill\\Intl\\Idn\\Idn
888 … self::$disallowed_STD3_valid = require __DIR__.'/Resources/unidata/disallowed_STD3_valid.php';
909 if ($isDisallowedMapped || isset(self::$disallowed_STD3_valid[$codePoint])) {