Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h46 const int cp932ext1_ucs_table_max = (13 - 1)*94 + (sizeof (cp932ext1_ucs_table) / sizeof (unsigned … variable
179 extern const int cp932ext1_ucs_table_max;
H A Dmbfilter_cp51932.c144 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_cp51932_wchar()
229 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
309 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_cp51932_to_wchar()
382 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_cp51932()
H A Dmbfilter_cp932.c249 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_cp932_wchar()
335 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp932()
431 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_cp932_to_wchar()
508 for (unsigned int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_cp932()
587 for (unsigned int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_sjiswin()
H A Dmbfilter_euc_jp_win.c143 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_eucjpwin_wchar()
292 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_eucjpwin()
380 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_eucjpwin_to_wchar()
502 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_eucjpwin()
H A Dmbfilter_iso2022_jp_ms.c141 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_2022jpms_wchar()
286 for (c1 = 0; c1 < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_2022jpms()
445 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_iso2022jpms_to_wchar()
520 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_iso2022jpms()
H A Dmbfilter_iso2022jp_mobile.c247 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mbfl_filt_conv_2022jp_mobile_wchar()
429 for (c1 = 0; c1 < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_2022jp_mobile()
585 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_iso2022jp_kddi_to_wchar()
709 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_iso2022jp_kddi()
H A Dmbfilter_sjis_mobile.c635 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_sjis_mobile_wchar()
798 for (c1 = 0; c1 < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_sjis_mobile()
920 } else if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_sjis_docomo_to_wchar()
1012 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_sjis_docomo()
1151 } else if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_sjis_kddi_to_wchar()
1242 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_sjis_kddi()
1458 } else if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_sjis_sb_to_wchar()
1549 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mb_wchar_to_sjis_sb()
H A Dmbfilter_cp5022x.c202 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
622 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
740 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mbfl_filt_conv_wchar_cp50222()
940 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_cp5022x_to_wchar()
1028 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in lookup_wchar()

Completed in 60 milliseconds