Searched refs:ucs_a3_uhc_table_min (Results 1 – 4 of 4) sorted by relevance
2882 const int ucs_a3_uhc_table_min = 0x2f00; variable7204 extern const int ucs_a3_uhc_table_min;
184 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()185 s = ucs_a3_uhc_table[c - ucs_a3_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
189 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()190 s = ucs_a3_uhc_table[c - ucs_a3_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
206 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()207 s = ucs_a3_uhc_table[c - ucs_a3_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()
Completed in 40 milliseconds