Home
last modified time | relevance | path

Searched refs:plane (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_tw.c160 int plane = (c1 & 0xF00) >> 8; /* This is actually the CNS-11643 plane minus one */ in mbfl_filt_conv_euctw_wchar() local
168 if (plane == 0 && s < cns11643_1_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
170 } else if (plane == 1 && s < cns11643_2_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
172 } else if (plane == 13 && s < cns11643_14_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
221 int plane = (s & 0x1F0000) >> 16; in mbfl_filt_conv_wchar_euctw() local
222 if (plane <= 1) { in mbfl_filt_conv_wchar_euctw()
231 s = (0x8EA00000 + (plane << 16)) | ((s & 0xFFFF) | 0x8080); in mbfl_filt_conv_wchar_euctw()
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt44 /* Now read table of JISX-0213:2004 plane 1 and JISX-0213:2000 plane 2 chars */
68 /* JISX 0213 plane 1 0x2131 is an overline; Unicode has a halfwidth overline
169 /* All JISX0213 plane 1 characters */
175 /* All invalid 2-byte JISX0213 plane 1 characters */
187 /* All JISX0213 plane 2 characters */
193 /* All invalid 2-byte JISX0213 plane 2 characters */
256 /* Try ending in the middle of a JISX0213 plane 1 character */
259 /* Try ending in the middle of a JISX0213 plane 2 character */
297 } else if ($type == 2) { /* JIS X 0213:2004 plane 1 */
304 } else { /* JIS X 0213:2000 plane 2 */
[all …]
/PHP-8.1/ext/mbstring/tests/data/
H A DISO-2022-JP-2004-JISX0213.txt11 ## 3-XXXX JIS X 0213:2004 plane 1 (designated by '1b 24 28 51')
12 ## 4-XXXX JIS X 0213:2000 plane 2 (designated by '1b 24 28 50')
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic17205 # 1 plane, no encoding.
33234 >2 byte 6 (bit-plane)
33245 >2 byte 106 (bit plane vector)
H A Dmagic私はガラスを食べられます17205 # 1 plane, no encoding.
33234 >2 byte 6 (bit-plane)
33245 >2 byte 106 (bit plane vector)

Completed in 147 milliseconds