Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp1251.h29 static const unsigned short cp1251_ucs_table[] = { variable
48 static const int cp1251_ucs_table_len = (sizeof (cp1251_ucs_table) / sizeof (unsigned short));
49 static const int cp1251_ucs_table_max = 0x80 + (sizeof (cp1251_ucs_table) / sizeof (unsigned short)…
H A Dmbfilter_cp1251.c88 s = cp1251_ucs_table[c - cp1251_ucs_table_min]; in mbfl_filt_conv_cp1251_wchar()
119 if (c == cp1251_ucs_table[n]) { in mbfl_filt_conv_wchar_cp1251()

Completed in 4 milliseconds