Home
last modified time | relevance | path

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

/php-src/ext/mbstring/tests/
H A Dsjis2004_encoding.phpt23 $codepoint2 = null;
24 if (sscanf($line, "0x%x\tU+%x+%x", $bytes, $codepoint1, $codepoint2) >= 2) {
26 if ($codepoint2) {
27 $validChars[$sjis] = pack('NN', $codepoint1, $codepoint2);
H A Deucjp_2004_encoding.phpt22 $codepoint2 = null;
23 if (sscanf($line, "0x%x\tU+%x+%x", $bytes, $codepoint1, $codepoint2) >= 2) {
31 if ($codepoint2) {
32 $validChars[$eucjp] = pack('NN', $codepoint1, $codepoint2);
/php-src/ext/standard/
H A Dhtml.c749 *uni_cp2 = s->codepoint2; in resolve_named_entity_html()
H A Dhtml_tables.h2606 unsigned int codepoint2; member

Completed in 59 milliseconds