Searched refs:ucs_a1_big5_table_min (Results 1 – 2 of 2) sorted by relevance
1909 static const int ucs_a1_big5_table_min = 0x0000; variable
244 if (c >= ucs_a1_big5_table_min && c < ucs_a1_big5_table_max) { in mbfl_filt_conv_wchar_big5()245 s = ucs_a1_big5_table[c - ucs_a1_big5_table_min]; in mbfl_filt_conv_wchar_big5()
Completed in 22 milliseconds