Searched refs:ucs_a2_uhc_table_min (Results 1 – 4 of 4) sorted by relevance
2718 const int ucs_a2_uhc_table_min = 0x2000; variable7202 extern const int ucs_a2_uhc_table_min;
182 } else if (c >= ucs_a2_uhc_table_min && c < ucs_a2_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()183 s = ucs_a2_uhc_table[c - ucs_a2_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
187 } else if (c >= ucs_a2_uhc_table_min && c < ucs_a2_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()188 s = ucs_a2_uhc_table[c - ucs_a2_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
204 } else if (c >= ucs_a2_uhc_table_min && c < ucs_a2_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()205 s = ucs_a2_uhc_table[c - ucs_a2_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()
Completed in 28 milliseconds