Home
last modified time | relevance | path

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

/php-src/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 */
175 /* All JISX0213 plane 1 characters */
181 /* All invalid 2-byte JISX0213 plane 1 characters */
193 /* All JISX0213 plane 2 characters */
199 /* All invalid 2-byte JISX0213 plane 2 characters */
262 /* Try ending in the middle of a JISX0213 plane 1 character */
303 } else if ($type == 2) { /* JIS X 0213:2004 plane 1 */
310 } else { /* JIS X 0213:2000 plane 2 */
332 // and plane 2
333 // So try a character which is in plane 1 followed by one in plane 2
[all …]
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c9723 if (plane == 0 && s < cns11643_1_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
9725 } else if (plane == 1 && s < cns11643_2_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
9727 } else if (plane == 13 && s < cns11643_14_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()
9774 int plane = (s & 0x1F0000) >> 16; in mbfl_filt_conv_wchar_euctw() local
9775 if (plane <= 1) { in mbfl_filt_conv_wchar_euctw()
9784 s = (0x8EA00000 + (plane << 16)) | ((s & 0xFFFF) | 0x8080); in mbfl_filt_conv_wchar_euctw()
9844 …>= 0xA1 && ((plane == 0 && ((c3 >= 0xA1 && c3 <= 0xA6) || (c3 >= 0xC2 && c3 <= 0xFD)) && c3 != 0xC… in mb_euctw_to_wchar()
9854 if (plane == 0 && s < cns11643_1_ucs_table_size) { in mb_euctw_to_wchar()
9856 } else if (plane == 1 && s < cns11643_2_ucs_table_size) { in mb_euctw_to_wchar()
9911 unsigned int plane = s >> 16; in mb_wchar_to_euctw() local
[all …]
/php-src/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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18974 # 1 plane, no encoding.
19726 # pixmap_format; Pixmap format; 0~1-bit (XYBitmap) format 1~single-plane (XYPixmap) 2~bitmap with t…
19815 # PixmapFormat; pixmap format like: 1~bitmap with two or more planes (ZPixmap) 0~single-plane bitma…
38438 >2 byte 6 (bit-plane)
38449 >2 byte 106 (bit plane vector)
H A Dmagic18974 # 1 plane, no encoding.
19726 # pixmap_format; Pixmap format; 0~1-bit (XYBitmap) format 1~single-plane (XYPixmap) 2~bitmap with t…
19815 # PixmapFormat; pixmap format like: 1~bitmap with two or more planes (ZPixmap) 0~single-plane bitma…
38438 >2 byte 6 (bit-plane)
38449 >2 byte 106 (bit plane vector)

Completed in 196 milliseconds