Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp850.c81 if (c >= 0 && c < cp850_ucs_table_min) { in mbfl_filt_conv_cp850_wchar()
83 } else if (c >= cp850_ucs_table_min && c < 0x100) { in mbfl_filt_conv_cp850_wchar()
84 s = cp850_ucs_table[c - cp850_ucs_table_min]; in mbfl_filt_conv_cp850_wchar()
116 s = cp850_ucs_table_min + n; in mbfl_filt_conv_wchar_cp850()
H A Dunicode_table_cp850.h48 static const int cp850_ucs_table_min = 0x80; variable

Completed in 13 milliseconds