Lines Matching refs:codepoint
86 $codepoint = $data['codepoint'];
87 if ($data['type']=='error' || $codepoint > 0x10FFFFF) {
94 $char = mb_chr($codepoint);
97 $hex = strtoupper(dechex($codepoint));
99 $charname = extension_loaded('intl') ? ' '.IntlChar::charName($codepoint).'' : '';
100 $escapesequence = '\u{'.dechex($codepoint).'}';
101 if (!empty(self::ES[$codepoint])) {
103 $charname = ' '.self::ES[$codepoint][1];
120 $p = strtoupper(str_pad(dechex($codepoint), 2, '0', STR_PAD_LEFT));
124 $p = strtoupper(dechex($codepoint));
128 $rendered = "<code$blue><span$orange>&#</span>$codepoint<span$orange>;</span></code>";
150 …."<strong>code point</strong><code style='text-align: center; color: blue'>$codepoint</code><span>…
151 if ($type != 'escape_sequence' && !empty(self::ES[$codepoint]))
153 .self::ES[$codepoint][0].'</code><span></span>';
157 …ML entity</strong><code style='text-align: center; color: green'>&#$codepoint;</code><span>DEC…