Searched refs:cp850_ucs_table_min (Results 1 – 2 of 2) sorted by relevance
82 if (c >= 0 && c < cp850_ucs_table_min) { in mbfl_filt_conv_cp850_wchar()84 } else if (c >= cp850_ucs_table_min && c < 0x100) { in mbfl_filt_conv_cp850_wchar()85 s = cp850_ucs_table[c - cp850_ucs_table_min]; in mbfl_filt_conv_cp850_wchar()117 s = cp850_ucs_table_min + n; in mbfl_filt_conv_wchar_cp850()
48 static const int cp850_ucs_table_min = 0x80; variable
Completed in 4 milliseconds