Searched refs:cp932ext3_ucs_table_min (Results 1 – 6 of 6) sorted by relevance
169 const int cp932ext3_ucs_table_min = (115 - 1)*94; variable182 extern const int cp932ext3_ucs_table_min;
255 …} 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()
194 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()
662 …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()
208 } 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()
294 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 21 milliseconds