Searched refs:ucs_a1_uhc_table_min (Results 1 – 4 of 4) sorted by relevance
2502 const int ucs_a1_uhc_table_min = 0x0000; variable7200 extern const int ucs_a1_uhc_table_min;
180 if (c >= ucs_a1_uhc_table_min && c < ucs_a1_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()181 s = ucs_a1_uhc_table[c - ucs_a1_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
185 if (c >= ucs_a1_uhc_table_min && c < ucs_a1_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()186 s = ucs_a1_uhc_table[c - ucs_a1_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
202 if (c >= ucs_a1_uhc_table_min && c < ucs_a1_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()203 s = ucs_a1_uhc_table[c - ucs_a1_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()
Completed in 30 milliseconds