Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h2504 static const unsigned short ucs_a2_uhc_table[] = { variable
2718 static const int ucs_a2_uhc_table_max = 0x2000 + (sizeof(ucs_a2_uhc_table)/sizeof(unsigned short));
H A Dmbfilter_euc_kr.c183 s = ucs_a2_uhc_table[c - ucs_a2_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
H A Dmbfilter_uhc.c187 s = ucs_a2_uhc_table[c - ucs_a2_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
H A Dmbfilter_iso2022_kr.c205 s = ucs_a2_uhc_table[c - ucs_a2_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()

Completed in 43 milliseconds