Home
last modified time | relevance | path

Searched refs:ucs_cf_cp936_table_max (Results 1 – 3 of 3) sorted by path

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp936.c247 } else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c313 } else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
H A Dunicode_table_cp936.h6462 const int ucs_cf_cp936_table_max = 0xfe30 + (sizeof (ucs_cf_cp936_table) / sizeof (unsigned short)); variable
6544 extern const int ucs_cf_cp936_table_max;

Completed in 32 milliseconds