Home
last modified time | relevance | path

Searched refs:cp932ext2_ucs_table_max (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h106 const int cp932ext2_ucs_table_max = (89 - 1)*94 + (sizeof (cp932ext2_ucs_table) / sizeof (unsigned … variable
181 extern const int cp932ext2_ucs_table_max;
H A Dmbfilter_cp51932.c160 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp51932_wchar()
268 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
H A Dmbfilter_cp5022x.c279 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mbfl_filt_conv_jis_ms_wchar()
479 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_jis_ms()
711 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
858 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50222()
H A Dmbfilter_sjis_open.c195 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_sjis_open_wchar()
H A Dmbfilter_cp932.c196 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp932_wchar()
H A Dmbfilter_sjis_mobile.c661 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_sjis_mobile_wchar()
850 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_sjis_mobile()
H A Dmbfilter_iso2022_jp_ms.c153 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_2022jpms_wchar()

Completed in 16 milliseconds