Searched refs:koi8u_ucs_table_min (Results 1 – 2 of 2) sorted by relevance
85 if (c >= 0 && c < koi8u_ucs_table_min) { in mbfl_filt_conv_koi8u_wchar()87 } else if (c >= koi8u_ucs_table_min && c < 0x100) { in mbfl_filt_conv_koi8u_wchar()88 s = koi8u_ucs_table[c - koi8u_ucs_table_min]; in mbfl_filt_conv_koi8u_wchar()120 s = koi8u_ucs_table_min + n; in mbfl_filt_conv_wchar_koi8u()
159 static const int koi8u_ucs_table_min = 0x80; variable
Completed in 20 milliseconds