Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/mbstring/oniguruma/enc/
H A Dutf16_be.c105 unsigned int plane, high; in utf16be_code_to_mbc() local
107 plane = (code >> 16) - 1; in utf16be_code_to_mbc()
108 *p++ = (plane >> 2) + 0xd8; in utf16be_code_to_mbc()
110 *p++ = ((plane & 0x03) << 6) + (high >> 2); in utf16be_code_to_mbc()
H A Dutf16_le.c107 unsigned int plane, high; in utf16le_code_to_mbc() local
109 plane = (code >> 16) - 1; in utf16le_code_to_mbc()
112 *p++ = ((plane & 0x03) << 6) + (high >> 2); in utf16le_code_to_mbc()
113 *p++ = (plane >> 2) + 0xd8; in utf16le_code_to_mbc()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic9981 # 1 plane, no encoding.
17908 >2 byte 6 (bit-plane)
17919 >2 byte 106 (bit plane vector)

Completed in 84 milliseconds