Searched refs:ucs_s_uhc_table_min (Results 1 – 4 of 4) sorted by relevance
7074 const int ucs_s_uhc_table_min = 0xab00; variable7208 extern const int ucs_s_uhc_table_min;
188 } else if (c >= ucs_s_uhc_table_min && c < ucs_s_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()189 s = ucs_s_uhc_table[c - ucs_s_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
193 } else if (c >= ucs_s_uhc_table_min && c < ucs_s_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()194 s = ucs_s_uhc_table[c - ucs_s_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
210 } else if (c >= ucs_s_uhc_table_min && c < ucs_s_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()211 s = ucs_s_uhc_table[c - ucs_s_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()
Completed in 33 milliseconds