Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h2875 const int ucs_a3_uhc_table_max = 0x2f00 + (sizeof(ucs_a3_uhc_table)/sizeof(unsigned short)); variable
H A Dmbfilter_cjk.c4138 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()
4316 } else if (w >= ucs_a3_uhc_table_min && w < ucs_a3_uhc_table_max) { in mb_wchar_to_iso2022kr()
9957 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()
10067 } else if (w >= ucs_a3_uhc_table_min && w < ucs_a3_uhc_table_max) { in mb_wchar_to_euckr()
10167 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()
10267 } else if (w >= ucs_a3_uhc_table_min && w < ucs_a3_uhc_table_max) { in mb_wchar_to_uhc()

Completed in 48 milliseconds