Searched refs:NFKD (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/ |
H A D | Normalizer.php | 31 public const NFKD = \Normalizer::NFKD; define in Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer 44 if (!\in_array($form, [self::NFD, self::NFKD, self::NFC, self::NFKC])) { 67 case self::NFKD: $C = false; $K = true; break;
|
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/ |
H A D | Normalizer.php | 14 public const NFKD = 8; define in Normalizer
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | Ustring.php | 529 $string = \Normalizer::normalize($string, \Normalizer::NFKD);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 40.40.js.map | 1 … 'NEXT',\n 'NFC',\n 'NFD',\n 'NFKC',\n 'NFKD',\n 'NIL',\n…
|