Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c4157 } else if (c >= ucs_i_uhc_table_min && c < ucs_i_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()
4335 } else if (w >= ucs_i_uhc_table_min && w < ucs_i_uhc_table_max) { in mb_wchar_to_iso2022kr()
9989 } else if (c >= ucs_i_uhc_table_min && c < ucs_i_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()
10099 } else if (w >= ucs_i_uhc_table_min && w < ucs_i_uhc_table_max) { in mb_wchar_to_euckr()
10199 } else if (c >= ucs_i_uhc_table_min && c < ucs_i_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()
10299 } else if (w >= ucs_i_uhc_table_min && w < ucs_i_uhc_table_max) { in mb_wchar_to_uhc()
H A Dunicode_table_uhc.h5588 const int ucs_i_uhc_table_max = 0x4d00 + (sizeof(ucs_i_uhc_table)/sizeof(unsigned short)); variable

Completed in 47 milliseconds