Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h3730 const int ucs_a3_cp936_table_min = 0x2f00; variable
6537 extern const int ucs_a3_cp936_table_min;
H A Dmbfilter_euc_cn.c169 } else if (c >= ucs_a3_cp936_table_min && c < ucs_a3_cp936_table_max) { in mbfl_filt_conv_wchar_euccn()
170 s = ucs_a3_cp936_table[c - ucs_a3_cp936_table_min]; in mbfl_filt_conv_wchar_euccn()
H A Dmbfilter_hz.c165 } else if (c >= ucs_a3_cp936_table_min && c < ucs_a3_cp936_table_max) { in mbfl_filt_conv_wchar_hz()
166 s = ucs_a3_cp936_table[c - ucs_a3_cp936_table_min]; in mbfl_filt_conv_wchar_hz()
H A Dmbfilter_cp936.c212 } else if (c >= ucs_a3_cp936_table_min && c < ucs_a3_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
214 s = ucs_a3_cp936_table[c - ucs_a3_cp936_table_min]; in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c296 } else if (c >= ucs_a3_cp936_table_min && c < ucs_a3_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
297 s = ucs_a3_cp936_table[c - ucs_a3_cp936_table_min]; in mbfl_filt_conv_wchar_gb18030()

Completed in 62 milliseconds