Searched refs:codepoint (Results 1 – 7 of 7) sorted by relevance
| /template/twigstarter/vendor/symfony/polyfill-php72/ |
| D | bootstrap.php | 53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } argument
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | EscaperExtension.php | 285 $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/ |
| D | bootstrap.php | 126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } argument
|
| D | bootstrap80.php | 122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… argument
|
| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } argument
|
| H A D | bootstrap80.php | 122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… argument
|
| /template/writr/font/bootstrap-icons/ |
| H A D | bootstrap-icons.scss | 2116 @each $icon, $codepoint in $bootstrap-icons-map { 2117 .bi-#{$icon}::before { content: $codepoint; }
|