Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h2883 const int ucs_a3_uhc_table_max = 0x2f00 + (sizeof(ucs_a3_uhc_table)/sizeof(unsigned short)); variable
7205 extern const int ucs_a3_uhc_table_max;
H A Dmbfilter_uhc.c168 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()
H A Dmbfilter_euc_kr.c158 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()
H A Dmbfilter_iso2022_kr.c197 } else if (c >= ucs_a3_uhc_table_min && c < ucs_a3_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()

Completed in 32 milliseconds