Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h45 const int cp932ext1_ucs_table_min = (13 - 1)*94; variable
178 extern const int cp932ext1_ucs_table_min;
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()
144 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_eucjpwin_wchar()
292 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_eucjpwin()
294 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_eucjpwin()
380 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_eucjpwin_to_wchar()
381 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
504 s = (((i/94) + (cp932ext1_ucs_table_min/94) + 0x21) << 8) + (i%94) + 0x21; in mb_wchar_to_eucjpwin()
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()
145 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
310 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
250 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
432 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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_iso2022_jp_ms.c141 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_2022jpms_wchar()
142 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
446 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
248 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
586 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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_cp5022x.c202 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
203 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
622 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
624 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221()
740 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mbfl_filt_conv_wchar_cp50222()
741 const int oh = cp932ext1_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222()
940 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mb_cp5022x_to_wchar()
941 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_cp5022x_to_wchar()
1028 for (int i = 0; i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in lookup_wchar()
1030 return (((i / 94) + (cp932ext1_ucs_table_min / 94) + 0x21) << 8) + (i % 94) + 0x21; in lookup_wchar()
H A Dmbfilter_sjis_mobile.c636 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
921 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
1152 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; 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()
1459 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_sjis_sb_to_wchar()
[all …]

Completed in 30 milliseconds