Home
last modified time | relevance | path

Searched refs:cp932ext3_ucs_table_max (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h170 const int cp932ext3_ucs_table_max = (115 - 1)*94 + (sizeof (cp932ext3_ucs_table) / sizeof (unsigned… variable
183 extern const int cp932ext3_ucs_table_max;
H A Dmbfilter_euc_jp_win.c189 if (n < (cp932ext3_ucs_table_max - cp932ext3_ucs_table_min)) { in mbfl_filt_conv_eucjpwin_wchar()
303 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_eucjpwin()
H A Dmbfilter_cp932.c248 …} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { /* vendor ext3 (115ku -… in mbfl_filt_conv_cp932_wchar()
340 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp932()
H A Dmbfilter_cp5022x.c197 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
441 cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
573 cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp50222()
H A Dmbfilter_sjis_mobile.c657 …if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { /* vendor ext3 (115ku - 119ku) … in mbfl_filt_conv_sjis_mobile_wchar()
812 for (c1 = 0; c1 < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_sjis_mobile()
H A Dmbfilter_iso2022_jp_ms.c292 for (c1 = 0; c1 < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_2022jpms()

Completed in 20 milliseconds