Home
last modified time | relevance | path

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

/php-src/ext/mbstring/tests/
H A Dsjis2004_encoding.phpt24 if (sscanf($line, "0x%x\tU+%x+%x", $bytes, $codepoint1, $codepoint2) >= 2) {
27 $validChars[$sjis] = pack('NN', $codepoint1, $codepoint2);
33 $codepoint1 = hexdec($match[1]);
34 $validChars[$sjis] = pack('N', $codepoint1);
35 if ($codepoint1 <= 0xFFFF)
36 $fromUnicode[pack('n', $codepoint1)] = $sjis;
H A Deucjp_2004_encoding.phpt23 if (sscanf($line, "0x%x\tU+%x+%x", $bytes, $codepoint1, $codepoint2) >= 2) {
32 $validChars[$eucjp] = pack('NN', $codepoint1, $codepoint2);
34 $validChars[$eucjp] = pack('N', $codepoint1);
35 if ($codepoint1 <= 0xFFFF)
36 $fromUnicode[pack('n', $codepoint1)] = $eucjp;
/php-src/ext/standard/
H A Dhtml.c744 *uni_cp1 = s->codepoint1; in resolve_named_entity_html()
H A Dhtml_tables.h2605 unsigned int codepoint1; member

Completed in 51 milliseconds