Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp1251.c85 if (c >= 0 && c < cp1251_ucs_table_min) { in mbfl_filt_conv_cp1251_wchar()
87 } else if (c >= cp1251_ucs_table_min && c < 0x100) { in mbfl_filt_conv_cp1251_wchar()
88 s = cp1251_ucs_table[c - cp1251_ucs_table_min]; in mbfl_filt_conv_cp1251_wchar()
120 s = cp1251_ucs_table_min + n; in mbfl_filt_conv_wchar_cp1251()
H A Dunicode_table_cp1251.h47 static const int cp1251_ucs_table_min = 0x80; variable

Completed in 5 milliseconds