Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h7074 const int ucs_s_uhc_table_min = 0xab00; variable
7208 extern const int ucs_s_uhc_table_min;
H A Dmbfilter_uhc.c172 } else if (c >= ucs_s_uhc_table_min && c < ucs_s_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()
173 s = ucs_s_uhc_table[c - ucs_s_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
H A Dmbfilter_euc_kr.c162 } else if (c >= ucs_s_uhc_table_min && c < ucs_s_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()
163 s = ucs_s_uhc_table[c - ucs_s_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
H A Dmbfilter_iso2022_kr.c201 } else if (c >= ucs_s_uhc_table_min && c < ucs_s_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()
202 s = ucs_s_uhc_table[c - ucs_s_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()

Completed in 27 milliseconds