Home
last modified time | relevance | path

Searched refs:cp866_ucs_table (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp866.h29 static const unsigned short cp866_ucs_table[] = { variable
48 static const int cp866_ucs_table_len = (sizeof (cp866_ucs_table) / sizeof (unsigned short));
49 static const int cp866_ucs_table_max = 0x80 + (sizeof (cp866_ucs_table) / sizeof (unsigned short));
H A Dmbfilter_cp866.c89 s = cp866_ucs_table[c - cp866_ucs_table_min]; in mbfl_filt_conv_cp866_wchar()
120 if (c == cp866_ucs_table[n]) { in mbfl_filt_conv_wchar_cp866()

Completed in 8 milliseconds