Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_big5.h5253 static const int ucs_r2_big5_table_min = 0xfe00; variable
H A Dmbfilter_cjk.c11755 } else if (c >= ucs_r2_big5_table_min && c < ucs_r2_big5_table_max) { in mbfl_filt_conv_wchar_big5()
11756 s = ucs_r2_big5_table[c - ucs_r2_big5_table_min]; in mbfl_filt_conv_wchar_big5()
11926 } else if (w >= ucs_r2_big5_table_min && w < ucs_r2_big5_table_max) { in mb_wchar_to_big5()
11927 s = ucs_r2_big5_table[w - ucs_r2_big5_table_min]; in mb_wchar_to_big5()
12057 } else if (w >= ucs_r2_big5_table_min && w < ucs_r2_big5_table_max) { in mb_wchar_to_cp950()
12058 s = ucs_r2_big5_table[w - ucs_r2_big5_table_min]; in mb_wchar_to_cp950()

Completed in 57 milliseconds