Home
last modified time | relevance | path

Searched refs:OE (Results 1 – 19 of 19) sorted by relevance

/PHP-8.1/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1252.phpt18 0x0152 => array(0x8C, "LATIN CAPITAL LIGATURE OE"),
34 0x0153 => array(0x9C, "LATIN SMALL LIGATURE OE"),
122 LATIN CAPITAL LIGATURE OE: Π=> 8c
161 LATIN SMALL LIGATURE OE: œ => 9c
H A Dhtml_entity_decode_iso8859-15.phpt34 0x0152 => array(0xBC, "LATIN CAPITAL LIGATURE OE"),
35 0x0153 => array(0xBD, "LATIN SMALL LIGATURE OE"),
202 LATIN CAPITAL LIGATURE OE: Π=> bc
205 LATIN SMALL LIGATURE OE: œ => bd
H A Dhtml_entity_decode_macroman.phpt84 0x0152 => array(0xCE, "LATIN CAPITAL LIGATURE OE"),
85 0x0153 => array(0xCF, "LATIN SMALL LIGATURE OE"),
391 LATIN CAPITAL LIGATURE OE: Π=> ce
394 LATIN SMALL LIGATURE OE: œ => cf
/PHP-8.1/ext/mbstring/tests/data/
H A DCP949.txt6607 0xA4CA 0x315A #HANGUL LETTER OE
7219 0xA8AB 0x0152 #LATIN CAPITAL LIGATURE OE
7396 0xA9AB 0x0153 #LATIN SMALL LIGATURE OE
8926 0xB3FA 0xB1CC #HANGUL SYLLABLE NIEUN OE
9606 0xB7DA 0xB8B0 #HANGUL SYLLABLE RIEUL OE
9820 0xB8FE 0xBAFC #HANGUL SYLLABLE MIEUM OE
10120 0xBAC6 0xBD48 #HANGUL SYLLABLE PIEUP OE
10510 0xBCE8 0xC1E0 #HANGUL SYLLABLE SIOS OE
11032 0xBFDC 0xC678 #HANGUL SYLLABLE IEUNG OE
11371 0xC1CB 0xC8C4 #HANGUL SYLLABLE CIEUC OE
[all …]
H A DKSX1001.txt381 0x244A 0x315A # HANGUL LETTER OE
657 0x282B 0x0152 # LATIN CAPITAL LIGATURE OE
750 0x292B 0x0153 # LATIN SMALL LIGATURE OE
1173 0x312B 0xAD34 # HANGUL SYLLABLE KIYEOK-OE
1440 0x337A 0xB1CC # HANGUL SYLLABLE NIEUN-OE
1784 0x375A 0xB8B0 # HANGUL SYLLABLE RIEUL-OE
1914 0x387E 0xBAFC # HANGUL SYLLABLE MIEUM-OE
2046 0x3A46 0xBD48 # HANGUL SYLLABLE PIEUP-OE
2268 0x3C68 0xC1E0 # HANGUL SYLLABLE SIOS-OE
2538 0x3F5C 0xC678 # HANGUL SYLLABLE IEUNG-OE
[all …]
H A D8859-15.txt227 0xBC 0x0152 # LATIN CAPITAL LIGATURE OE
228 0xBD 0x0153 # LATIN SMALL LIGATURE OE
H A DCP1254.txt159 0x8C 0x0152 #LATIN CAPITAL LIGATURE OE
175 0x9C 0x0153 #LATIN SMALL LIGATURE OE
H A DCP1252.txt159 0x8C 0x0152 #LATIN CAPITAL LIGATURE OE
175 0x9C 0x0153 #LATIN SMALL LIGATURE OE
H A D8859-16.txt226 0xBC 0x0152 # LATIN CAPITAL LIGATURE OE
227 0xBD 0x0153 # LATIN SMALL LIGATURE OE
H A DJISX0212.txt154 0x292D 0x0152 # LATIN CAPITAL LIGATURE OE
169 0x294D 0x0153 # LATIN SMALL LIGATURE OE
H A DISO-2022-JP-2004-JISX0213.txt1069 3-2B2A U+0153 # LATIN SMALL LIGATURE OE [2000]
1070 3-2B2B U+0152 # LATIN CAPITAL LIGATURE OE [2000]
H A DSJIS-2004.txt1227 0x8649 U+0153 # LATIN SMALL LIGATURE OE [2000]
1228 0x864A U+0152 # LATIN CAPITAL LIGATURE OE [2000]
H A DEUC-JP-2004.txt1099 0xABAA U+0153 # LATIN SMALL LIGATURE OE [2000]
1100 0xABAB U+0152 # LATIN CAPITAL LIGATURE OE [2000]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c92 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op()
101 …return push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2… in emit_single_op()
161 …return push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src… in emit_single_op()
184 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
H A DsljitNativePPC_64.c207 FAIL_IF(push_inst(compiler, NEG | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(TMP_REG2))); in emit_single_op()
213 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op()
230 …FAIL_IF(push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src… in emit_single_op()
308 …FAIL_IF(push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(sr… in emit_single_op()
338 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
339 return push_inst(compiler, MULLD | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
H A DsljitNativePPC_common.c133 #define OE(flags) ((flags) & ALT_SET_FLAGS) macro
/PHP-8.1/ext/standard/html_tables/mappings/
H A DCP1252.TXT159 0x8C 0x0152 #LATIN CAPITAL LIGATURE OE
175 0x9C 0x0153 #LATIN SMALL LIGATURE OE
H A D8859-15.TXT235 0xBC 0x0152 # LATIN CAPITAL LIGATURE OE
236 0xBD 0x0153 # LATIN SMALL LIGATURE OE
H A DROMAN.TXT321 0xCE 0x0152 # LATIN CAPITAL LIGATURE OE
322 0xCF 0x0153 # LATIN SMALL LIGATURE OE

Completed in 207 milliseconds