Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h105 const int cp932ext2_ucs_table_min = (89 - 1)*94; variable
180 extern const int cp932ext2_ucs_table_min;
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()
149 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; 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()
314 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; 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_cp5022x.c206 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
207 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
633 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221()
635 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
750 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222()
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()
945 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_cp5022x_to_wchar()
1034 for (int i = 0; i < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; i++) { in lookup_wchar()
1036 return (((i / 94) + (cp932ext2_ucs_table_min / 94) + 0x21) << 8) + (i % 94) + 0x21; in lookup_wchar()
H A Dmbfilter_sjis_mobile.c640 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; 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()
925 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; 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()
1156 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; 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()
1463 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_sjis_sb_to_wchar()
[all …]
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()
254 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
435 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_cp932_to_wchar()
436 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; 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()
146 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_2022jpms_wchar()
449 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_iso2022jpms_to_wchar()
450 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_iso2022jpms_to_wchar()

Completed in 17 milliseconds