Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h44 const int cp932ext1_ucs_table_max = (13 - 1)*94 + (sizeof (cp932ext1_ucs_table) / sizeof (unsigned … variable
H A Dmbfilter_cjk.c1020 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mbfl_filt_conv_2022jp_mobile_wchar()
1365 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_iso2022jp_kddi_to_wchar()
2401 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
2880 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
2995 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mbfl_filt_conv_wchar_cp50222()
3195 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_cp5022x_to_wchar()
3873 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_iso2022jpms_to_wchar()
7460 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp932()
7557 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_cp932_to_wchar()
8611 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_eucjpwin()
[all …]

Completed in 43 milliseconds