Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h7077 const unsigned short ucs_r1_uhc_table[] = { variable
7147 const int ucs_r1_uhc_table_max = 0xf800 + (sizeof(ucs_r1_uhc_table)/sizeof(unsigned short));
7194 extern const unsigned short ucs_r1_uhc_table[];
H A Dmbfilter_uhc.c175 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
H A Dmbfilter_euc_kr.c165 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
H A Dmbfilter_iso2022_kr.c204 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()

Completed in 29 milliseconds