Home
last modified time | relevance | path

Searched refs:ucs_cf_cp936_table (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h6455 const unsigned short ucs_cf_cp936_table[] = { variable
6462 const int ucs_cf_cp936_table_max = 0xfe30 + (sizeof (ucs_cf_cp936_table) / sizeof (unsigned short));
6526 extern const unsigned short ucs_cf_cp936_table[];
H A Dmbfilter_cp936.c250 s = ucs_cf_cp936_table[c - ucs_cf_cp936_table_min]; in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c317 s = ucs_cf_cp936_table[c - ucs_cf_cp936_table_min]; in mbfl_filt_conv_wchar_gb18030()

Completed in 26 milliseconds