Home
last modified time | relevance | path

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

/PHP-7.2/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.c171 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_euccn()
H A Dmbfilter_hz.c167 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_hz()
H A Dmbfilter_cp936.c251 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c319 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()

Completed in 32 milliseconds