Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h3559 const int ucs_a2_cp936_table_min = 0x2000; variable
6535 extern const int ucs_a2_cp936_table_min;
H A Dmbfilter_euc_cn.c165 } else if (c >= ucs_a2_cp936_table_min && c < ucs_a2_cp936_table_max) { in mbfl_filt_conv_wchar_euccn()
166 s = ucs_a2_cp936_table[c - ucs_a2_cp936_table_min]; in mbfl_filt_conv_wchar_euccn()
H A Dmbfilter_hz.c161 } else if (c >= ucs_a2_cp936_table_min && c < ucs_a2_cp936_table_max) { in mbfl_filt_conv_wchar_hz()
162 s = ucs_a2_cp936_table[c - ucs_a2_cp936_table_min]; in mbfl_filt_conv_wchar_hz()
H A Dmbfilter_cp936.c199 } else if (c >= ucs_a2_cp936_table_min && c < ucs_a2_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
208 s = ucs_a2_cp936_table[c - ucs_a2_cp936_table_min]; in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c292 } else if (c >= ucs_a2_cp936_table_min && c < ucs_a2_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
293 s = ucs_a2_cp936_table[c - ucs_a2_cp936_table_min]; in mbfl_filt_conv_wchar_gb18030()

Completed in 27 milliseconds