Searched refs:cp932ext3_ucs_table (Results 1 – 7 of 7) sorted by relevance
108 const unsigned short cp932ext3_ucs_table[] = { variable170 const int cp932ext3_ucs_table_max = (115 - 1)*94 + (sizeof (cp932ext3_ucs_table) / sizeof (unsigned…176 extern const unsigned short cp932ext3_ucs_table[];
198 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_sjis_open_wchar()297 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_sjis_open()
199 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()298 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp932()
217 w = cp932ext3_ucs_table[n]; in mbfl_filt_conv_eucjpwin_wchar()342 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_eucjpwin()
282 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_jis_ms_wchar()496 if (c == cp932ext3_ucs_table[i]) { in mbfl_filt_conv_wchar_jis_ms()728 if (c == cp932ext3_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50221()875 if (c == cp932ext3_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50222()
664 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()864 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_sjis_mobile()
358 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_2022jpms()
Completed in 20 milliseconds