Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_tw.c107 int c1, s, w, plane; in mbfl_filt_conv_euctw_wchar() local
189 plane = (c1 & 0xf00) >> 8; in mbfl_filt_conv_euctw_wchar()
193 if (plane == 1 && s < cns11643_2_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
196 if (plane == 13 && s < cns11643_14_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
230 int c1, s, plane; in mbfl_filt_conv_wchar_euctw() local
256 plane = (s & 0x1f0000) >> 16; in mbfl_filt_conv_wchar_euctw()
257 if (plane <= 1){ in mbfl_filt_conv_wchar_euctw()
266 s = (0x8ea00000 + (plane << 16)) | ((s & 0xffff) | 0x8080); in mbfl_filt_conv_wchar_euctw()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15784 # 1 plane, no encoding.
28359 >2 byte 6 (bit-plane)
28370 >2 byte 106 (bit plane vector)
H A Dmagic15784 # 1 plane, no encoding.
28359 >2 byte 6 (bit-plane)
28370 >2 byte 106 (bit plane vector)

Completed in 111 milliseconds