Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h169 const int cp932ext3_ucs_table_min = (115 - 1)*94; variable
182 extern const int cp932ext3_ucs_table_min;
H A Dmbfilter_cp932.c255 …} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { /* vendor ext3 (115ku -… in mbfl_filt_conv_cp932_wchar()
256 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
345 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp932()
437 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mb_cp932_to_wchar()
438 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_cp932_to_wchar()
515 for (unsigned int i = 0; i < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; i++) { in mb_wchar_to_cp932()
594 for (unsigned int i = 0; i < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; i++) { in mb_wchar_to_sjiswin()
H A Dmbfilter_euc_jp_win.c194 if (n < (cp932ext3_ucs_table_max - cp932ext3_ucs_table_min)) { in mbfl_filt_conv_eucjpwin_wchar()
304 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_eucjpwin()
510 for (int i = 0; i < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; i++) { in mb_wchar_to_eucjpwin()
H A Dmbfilter_sjis_mobile.c662 …if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { /* vendor ext3 (115ku - 119ku) … in mbfl_filt_conv_sjis_mobile_wchar()
663 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()
929 if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mb_sjis_docomo_to_wchar()
930 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_sjis_docomo_to_wchar()
1160 if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mb_sjis_kddi_to_wchar()
1161 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_sjis_kddi_to_wchar()
1467 if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mb_sjis_sb_to_wchar()
1468 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_sjis_sb_to_wchar()
H A Dmbfilter_cp5022x.c208 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
209 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
946 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mb_cp5022x_to_wchar()
947 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_cp5022x_to_wchar()
H A Dmbfilter_iso2022_jp_ms.c294 for (c1 = 0; c1 < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_2022jpms()
528 for (int i = 0; i < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; i++) { in mb_wchar_to_iso2022jpms()

Completed in 20 milliseconds