Searched refs:NFC (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/ |
H A D | Normalizer.php | 32 public const NFC = \Normalizer::NFC; define in Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer 44 if (!\in_array($form, [self::NFD, self::NFKD, self::NFC, self::NFKC])) { 50 if (self::NFC == $form && preg_match('//u', $s) && !preg_match('/[^\x00-\x{2FF}]/u', $s)) { 64 case self::NFC: $C = true; $K = false; break;
|
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/ |
H A D | Normalizer.php | 15 public const NFC = 16; define in Normalizer
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 40.40.js.map | 1 … 'NCLOB',\n 'NESTING',\n 'NEW',\n 'NEXT',\n 'NFC',\n 'NFD',\n…
|