Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp850.h30 static const unsigned short cp850_ucs_table[] = { variable
49 static const int cp850_ucs_table_len = (sizeof (cp850_ucs_table) / sizeof (unsigned short));
50 static const int cp850_ucs_table_max = 0x80 + (sizeof (cp850_ucs_table) / sizeof (unsigned short));
H A Dmbfilter_cp850.c84 s = cp850_ucs_table[c - cp850_ucs_table_min]; in mbfl_filt_conv_cp850_wchar()
115 if (c == cp850_ucs_table[n]) { in mbfl_filt_conv_wchar_cp850()

Completed in 7 milliseconds