Searched refs:ucs_r2_uhc_table_min (Results 1 – 4 of 4) sorted by relevance
7181 const int ucs_r2_uhc_table_min = 0xff00; variable7212 extern const int ucs_r2_uhc_table_min;
192 } else if (c >= ucs_r2_uhc_table_min && c < ucs_r2_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()193 s = ucs_r2_uhc_table[c - ucs_r2_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
197 } else if (c >= ucs_r2_uhc_table_min && c < ucs_r2_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()198 s = ucs_r2_uhc_table[c - ucs_r2_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
214 } else if (c >= ucs_r2_uhc_table_min && c < ucs_r2_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()215 s = ucs_r2_uhc_table[c - ucs_r2_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()
Completed in 33 milliseconds