Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-php72/
H A Dbootstrap.php53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } argument
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DEscaperExtension.php285 $codepoint = mb_ord($char, 'UTF-8');
286 if (0x10000 > $codepoint) {
287 return sprintf('\u%04X', $codepoint);
292 $u = $codepoint - 0x10000;
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } argument
H A Dbootstrap80.php122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… argument