Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h7145 static const int ucs_r1_uhc_table_min = 0xf800; variable
H A Dmbfilter_euc_kr.c190 } else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()
191 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
H A Dmbfilter_uhc.c194 } else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()
195 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
H A Dmbfilter_iso2022_kr.c212 } else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()
213 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()

Completed in 33 milliseconds