Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h6380 const int ucs_sfv_cp936_table_max = 0xfe50 + (sizeof (ucs_sfv_cp936_table) / sizeof (unsigned short… variable
6453 extern const int ucs_sfv_cp936_table_max;
H A Dmbfilter_cp936.c239 } else if (c >= ucs_sfv_cp936_table_min && c < ucs_sfv_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
400 } else if (w >= ucs_sfv_cp936_table_min && w < ucs_sfv_cp936_table_max) { in mb_wchar_to_cp936()
H A Dmbfilter_gb18030.c285 } else if (c >= ucs_sfv_cp936_table_min && c < ucs_sfv_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
521 } else if (w >= ucs_sfv_cp936_table_min && w < ucs_sfv_cp936_table_max) { in mb_wchar_to_gb18030()

Completed in 36 milliseconds