Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h6389 const int ucs_hff_cp936_table_min = 0xff00; variable
6454 extern const int ucs_hff_cp936_table_min;
H A Dmbfilter_euc_cn.c170 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_euccn()
294 } else if (w >= ucs_hff_cp936_table_min && w < ucs_hff_cp936_table_max) { in mb_wchar_to_euccn()
H A Dmbfilter_hz.c200 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_hz()
359 } else if (w >= ucs_hff_cp936_table_min && w < ucs_hff_cp936_table_max) { in mb_wchar_to_hz()
H A Dmbfilter_cp936.c241 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
403 } else if (w >= ucs_hff_cp936_table_min && w < ucs_hff_cp936_table_max) { in mb_wchar_to_cp936()
H A Dmbfilter_gb18030.c288 } else if (c >= ucs_hff_cp936_table_min && c < ucs_hff_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
524 } else if (w >= ucs_hff_cp936_table_min && w < ucs_hff_cp936_table_max) { in mb_wchar_to_gb18030()

Completed in 25 milliseconds