Searched refs:cp1251_ucs_table_min (Results 1 – 2 of 2) sorted by relevance
85 if (c >= 0 && c < cp1251_ucs_table_min) { in mbfl_filt_conv_cp1251_wchar()87 } else if (c >= cp1251_ucs_table_min && c < 0x100) { in mbfl_filt_conv_cp1251_wchar()88 s = cp1251_ucs_table[c - cp1251_ucs_table_min]; in mbfl_filt_conv_cp1251_wchar()120 s = cp1251_ucs_table_min + n; in mbfl_filt_conv_wchar_cp1251()
47 static const int cp1251_ucs_table_min = 0x80; variable
Completed in 6 milliseconds