Searched refs:ucs_i_cp936_table (Results 1 – 4 of 4) sorted by relevance
3673 const unsigned short ucs_i_cp936_table[] = { variable6301 const int ucs_i_cp936_table_max = 0x4e00 + (sizeof (ucs_i_cp936_table) / sizeof (unsigned short));6432 extern const unsigned short ucs_i_cp936_table[];
169 s = ucs_i_cp936_table[c - ucs_i_cp936_table_min]; in mbfl_filt_conv_wchar_euccn()293 s = ucs_i_cp936_table[w - ucs_i_cp936_table_min]; in mb_wchar_to_euccn()
205 s = ucs_i_cp936_table[c - ucs_i_cp936_table_min]; in mbfl_filt_conv_wchar_cp936()362 s = ucs_i_cp936_table[w - ucs_i_cp936_table_min]; in mb_wchar_to_cp936()
266 s = ucs_i_cp936_table[c - ucs_i_cp936_table_min]; in mbfl_filt_conv_wchar_gb18030()502 s = ucs_i_cp936_table[w - ucs_i_cp936_table_min]; in mb_wchar_to_gb18030()
Completed in 48 milliseconds