Home
last modified time | relevance | path

Searched refs:ucs_hff_cp936_table_max (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h6483 const int ucs_hff_cp936_table_max = 0xffff; variable
6548 extern const int ucs_hff_cp936_table_max;
H A Dmbfilter_euc_cn.c173 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_euccn()
H A Dmbfilter_hz.c169 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_hz()
H A Dmbfilter_cp936.c253 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c321 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()

Completed in 29 milliseconds