Home
last modified time | relevance | path

Searched refs:ucs_i_gb2312_table_max (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/mbstring/libmbfl/filters/
H A Dunicode_table_gb2312.h2619 const int ucs_i_gb2312_table_max = 0x4e00 + (sizeof (ucs_i_gb2312_table) / sizeof (unsigned short)); variable
H A Dmbfilter_cjk.c12735 } else if (c >= ucs_i_gb2312_table_min && c < ucs_i_gb2312_table_max) { in mbfl_filt_conv_wchar_hz()
12894 } else if (w >= ucs_i_gb2312_table_min && w < ucs_i_gb2312_table_max) { in mb_wchar_to_hz()

Completed in 41 milliseconds