Home
last modified time | relevance | path

Searched refs:cp932ext2_ucs_table_max (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h106 const int cp932ext2_ucs_table_max = (89 - 1)*94 + (sizeof (cp932ext2_ucs_table) / sizeof (unsigned … variable
181 extern const int cp932ext2_ucs_table_max;
H A Dmbfilter_cp51932.c148 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp51932_wchar()
239 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
313 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_cp51932_to_wchar()
389 for (int i = 0; i < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; i++) { in mb_wchar_to_cp51932()
H A Dmbfilter_sjis_mobile.c639 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_sjis_mobile_wchar()
807 for (c1 = 0; c1 < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_sjis_mobile()
924 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_sjis_docomo_to_wchar()
1019 for (int i = 0; i < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; i++) { in mb_wchar_to_sjis_docomo()
1155 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_sjis_kddi_to_wchar()
1249 for (int i = 0; i < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; i++) { in mb_wchar_to_sjis_kddi()
1462 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_sjis_sb_to_wchar()
1556 for (int i = 0; i < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; i++) { in mb_wchar_to_sjis_sb()
H A Dmbfilter_cp5022x.c206 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
635 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
752 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50222()
944 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_cp5022x_to_wchar()
1034 for (int i = 0; i < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; i++) { in lookup_wchar()
H A Dmbfilter_cp932.c253 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp932_wchar()
435 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_cp932_to_wchar()
H A Dmbfilter_iso2022_jp_ms.c145 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_2022jpms_wchar()
449 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_iso2022jpms_to_wchar()

Completed in 19 milliseconds