Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h7141 const unsigned short ucs_r2_uhc_table[] = { variable
7174 const int ucs_r2_uhc_table_max = 0xff00 + (sizeof (ucs_r2_uhc_table) / sizeof (unsigned short));
H A Dmbfilter_cjk.c4147 s = ucs_r2_uhc_table[c - ucs_r2_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()
4325 s = ucs_r2_uhc_table[w - ucs_r2_uhc_table_min]; in mb_wchar_to_iso2022kr()
9966 s = ucs_r2_uhc_table[c - ucs_r2_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
10076 s = ucs_r2_uhc_table[w - ucs_r2_uhc_table_min]; in mb_wchar_to_euckr()
10176 s = ucs_r2_uhc_table[c - ucs_r2_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
10276 s = ucs_r2_uhc_table[w - ucs_r2_uhc_table_min]; in mb_wchar_to_uhc()

Completed in 42 milliseconds