Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h6368 const int ucs_cf_cp936_table_min = 0xfe30; variable
6450 extern const int ucs_cf_cp936_table_min;
H A Dmbfilter_cp936.c237 } else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
238 s = ucs_cf_cp936_table[c - ucs_cf_cp936_table_min]; in mbfl_filt_conv_wchar_cp936()
398 } else if (w >= ucs_cf_cp936_table_min && w < ucs_cf_cp936_table_max) { in mb_wchar_to_cp936()
399 s = ucs_cf_cp936_table[w - ucs_cf_cp936_table_min]; in mb_wchar_to_cp936()
H A Dmbfilter_gb18030.c282 } else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
284 s = ucs_cf_cp936_table[c - ucs_cf_cp936_table_min]; in mbfl_filt_conv_wchar_gb18030()
518 } else if (w >= ucs_cf_cp936_table_min && w < ucs_cf_cp936_table_max) { in mb_wchar_to_gb18030()
520 s = ucs_cf_cp936_table[w - ucs_cf_cp936_table_min]; in mb_wchar_to_gb18030()

Completed in 37 milliseconds