Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h7138 const int ucs_r1_uhc_table_min = 0xf800; variable
H A Dmbfilter_cjk.c4144 } else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()
4145 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_2022kr()
4322 } else if (w >= ucs_r1_uhc_table_min && w < ucs_r1_uhc_table_max) { in mb_wchar_to_iso2022kr()
4323 s = ucs_r1_uhc_table[w - ucs_r1_uhc_table_min]; in mb_wchar_to_iso2022kr()
9963 } else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) { in mbfl_filt_conv_wchar_euckr()
9964 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_euckr()
10073 } else if (w >= ucs_r1_uhc_table_min && w < ucs_r1_uhc_table_max) { in mb_wchar_to_euckr()
10074 s = ucs_r1_uhc_table[w - ucs_r1_uhc_table_min]; in mb_wchar_to_euckr()
10173 } else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) { in mbfl_filt_conv_wchar_uhc()
10174 s = ucs_r1_uhc_table[c - ucs_r1_uhc_table_min]; in mbfl_filt_conv_wchar_uhc()
[all …]

Completed in 56 milliseconds