Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c10856 } else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) { in mbfl_filt_conv_wchar_gb18030()
11120 } else if (w >= ucs_cf_cp936_table_min && w < ucs_cf_cp936_table_max) { in mb_wchar_to_gb18030()
11359 } else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) { in mbfl_filt_conv_wchar_cp936()
11528 } else if (w >= ucs_cf_cp936_table_min && w < ucs_cf_cp936_table_max) { in mb_wchar_to_cp936()
11760 } else if (w >= ucs_cf_cp936_table_min && w < ucs_cf_cp936_table_max) { in mb_wchar_to_gb18030_2022()
H A Dunicode_table_cp936.h6574 const int ucs_cf_cp936_table_max = 0xfe30 + (sizeof (ucs_cf_cp936_table) / sizeof (unsigned short)); variable

Completed in 55 milliseconds