Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h6472 const int ucs_sfv_cp936_table_min = 0xfe50; variable
6545 extern const int ucs_sfv_cp936_table_min;
H A Dmbfilter_cp936.c249 } else if (c >= ucs_sfv_cp936_table_min && c < ucs_sfv_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
250 s = ucs_sfv_cp936_table[c - ucs_sfv_cp936_table_min]; /* U+FE50-FE6F Small Form Variants */ in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c316 } else if (c >= ucs_sfv_cp936_table_min && c < ucs_sfv_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
318 s = ucs_sfv_cp936_table[c - ucs_sfv_cp936_table_min]; in mbfl_filt_conv_wchar_gb18030()

Completed in 31 milliseconds