Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php126 private static $disallowed_STD3_mapped; variable in Symfony\\Polyfill\\Intl\\Idn\\Idn
887 … self::$disallowed_STD3_mapped = require __DIR__.'/Resources/unidata/disallowed_STD3_mapped.php';
907 $isDisallowedMapped = isset(self::$disallowed_STD3_mapped[$codePoint]);
917 … return ['status' => $status, 'mapping' => self::$disallowed_STD3_mapped[$codePoint]];