Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp866.c85 if (c >= 0 && c < cp866_ucs_table_min) { in mbfl_filt_conv_cp866_wchar()
87 } else if (c >= cp866_ucs_table_min && c < 0x100) { in mbfl_filt_conv_cp866_wchar()
88 s = cp866_ucs_table[c - cp866_ucs_table_min]; in mbfl_filt_conv_cp866_wchar()
120 s = cp866_ucs_table_min + n; in mbfl_filt_conv_wchar_cp866()
H A Dunicode_table_cp866.h47 static const int cp866_ucs_table_min = 0x80; variable

Completed in 6 milliseconds