Home
last modified time | relevance | path

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

/PHP-8.1/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.c144 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp51932_wchar()
145 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp51932_wchar()
237 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
H A Dmbfilter_cp5022x.c195 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
196 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
428 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221()
430 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
560 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222()
562 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50222()
H A Dmbfilter_cp932.c246 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp932_wchar()
247 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
H A Dmbfilter_iso2022_jp_ms.c139 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_2022jpms_wchar()
140 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_2022jpms_wchar()
H A Dmbfilter_sjis_mobile.c634 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_sjis_mobile_wchar()
635 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()
802 for (c1 = 0; c1 < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_sjis_mobile()

Completed in 19 milliseconds