Searched refs:OE (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/standard/tests/strings/ |
H A D | html_entity_decode_win1252.phpt | 18 0x0152 => array(0x8C, "LATIN CAPITAL LIGATURE OE"), 34 0x0153 => array(0x9C, "LATIN SMALL LIGATURE OE"), 121 LATIN CAPITAL LIGATURE OE: Œ => 8c 160 LATIN SMALL LIGATURE OE: œ => 9c
|
H A D | html_entity_decode_iso8859-15.phpt | 34 0x0152 => array(0xBC, "LATIN CAPITAL LIGATURE OE"), 35 0x0153 => array(0xBD, "LATIN SMALL LIGATURE OE"), 201 LATIN CAPITAL LIGATURE OE: Œ => bc 204 LATIN SMALL LIGATURE OE: œ => bd
|
H A D | html_entity_decode_macroman.phpt | 84 0x0152 => array(0xCE, "LATIN CAPITAL LIGATURE OE"), 85 0x0153 => array(0xCF, "LATIN SMALL LIGATURE OE"), 390 LATIN CAPITAL LIGATURE OE: Œ => ce 393 LATIN SMALL LIGATURE OE: œ => cf
|
/PHP-7.2/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativePPC_32.c | 92 …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() 147 …return push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src… in emit_single_op() 178 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
H A D | sljitNativePPC_64.c | 210 FAIL_IF(push_inst(compiler, NEG | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(TMP_REG2))); in emit_single_op() 216 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op() 233 …FAIL_IF(push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src… in emit_single_op() 291 …FAIL_IF(push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(sr… in emit_single_op() 329 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op() 330 return push_inst(compiler, MULLD | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
H A D | sljitNativePPC_common.c | 130 #define OE(flags) ((flags) & ALT_SET_FLAGS) macro
|
/PHP-7.2/ext/standard/html_tables/mappings/ |
H A D | CP1252.TXT | 159 0x8C 0x0152 #LATIN CAPITAL LIGATURE OE 175 0x9C 0x0153 #LATIN SMALL LIGATURE OE
|
H A D | 8859-15.TXT | 235 0xBC 0x0152 # LATIN CAPITAL LIGATURE OE 236 0xBD 0x0153 # LATIN SMALL LIGATURE OE
|
H A D | ROMAN.TXT | 321 0xCE 0x0152 # LATIN CAPITAL LIGATURE OE 322 0xCF 0x0153 # LATIN SMALL LIGATURE OE
|
Completed in 20 milliseconds