Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp1254.c92 s = cp1254_ucs_table_min + n; in mbfl_filt_conv_wchar_cp1254()
119 if (c >= 0 && c < cp1254_ucs_table_min) { in mbfl_filt_conv_cp1254_wchar()
121 } else if (c >= cp1254_ucs_table_min && c < 0x100) { in mbfl_filt_conv_cp1254_wchar()
122 s = cp1254_ucs_table[c - cp1254_ucs_table_min]; in mbfl_filt_conv_cp1254_wchar()
H A Dunicode_table_cp1254.h47 static const int cp1254_ucs_table_min = 0x80; variable

Completed in 5 milliseconds