Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_tw.c105 int c1, s, w, plane; in mbfl_filt_conv_euctw_wchar() local
187 plane = (c1 & 0xf00) >> 8; in mbfl_filt_conv_euctw_wchar()
191 if (plane == 1 && s < cns11643_2_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
194 if (plane == 13 && s < cns11643_14_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
228 int c1, s, plane; in mbfl_filt_conv_wchar_euctw() local
254 plane = (s & 0x1f0000) >> 16; in mbfl_filt_conv_wchar_euctw()
255 if (plane <= 1){ in mbfl_filt_conv_wchar_euctw()
264 s = (0x8ea00000 + (plane << 16)) | ((s & 0xffff) | 0x8080); in mbfl_filt_conv_wchar_euctw()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf16_be.c114 unsigned int plane, high; in utf16be_code_to_mbc() local
116 plane = (code >> 16) - 1; in utf16be_code_to_mbc()
117 *p++ = (plane >> 2) + 0xd8; in utf16be_code_to_mbc()
119 *p++ = ((plane & 0x03) << 6) + (high >> 2); in utf16be_code_to_mbc()
H A Dutf16_le.c124 unsigned int plane, high; in utf16le_code_to_mbc() local
126 plane = (code >> 16) - 1; in utf16le_code_to_mbc()
129 *p++ = ((plane & 0x03) << 6) + (high >> 2); in utf16le_code_to_mbc()
130 *p++ = (plane >> 2) + 0xd8; in utf16le_code_to_mbc()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic13723 # 1 plane, no encoding.
24410 >2 byte 6 (bit-plane)
24421 >2 byte 106 (bit plane vector)
H A Dmagic私はガラスを食べられます13723 # 1 plane, no encoding.
24410 >2 byte 6 (bit-plane)
24421 >2 byte 106 (bit plane vector)

Completed in 129 milliseconds