Searched refs:cp1254_ucs_table (Results 1 – 2 of 2) sorted by relevance
29 static const unsigned short cp1254_ucs_table[] = { variable48 static const int cp1254_ucs_table_len = (sizeof (cp1254_ucs_table) / sizeof (unsigned short));49 static const int cp1254_ucs_table_max = 0x80 + (sizeof (cp1254_ucs_table) / sizeof (unsigned short)…
92 if (c == cp1254_ucs_table[n] && c != 0xfffe) { in mbfl_filt_conv_wchar_cp1254()125 s = cp1254_ucs_table[c - cp1254_ucs_table_min]; in mbfl_filt_conv_cp1254_wchar()
Completed in 5 milliseconds