Home
last modified time | relevance | path

Searched refs:cp932ext3_ucs_table_min (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h169 const int cp932ext3_ucs_table_min = (115 - 1)*94; variable
182 extern const int cp932ext3_ucs_table_min;
H A Dmbfilter_sjis_open.c197 …} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { /* vendor ext3 (115ku -… in mbfl_filt_conv_sjis_open_wchar()
198 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_sjis_open_wchar()
295 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_sjis_open()
H A Dmbfilter_cp932.c198 …} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { /* vendor ext3 (115ku -… in mbfl_filt_conv_cp932_wchar()
199 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
296 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp932()
H A Dmbfilter_euc_jp_win.c216 if (n < (cp932ext3_ucs_table_max - cp932ext3_ucs_table_min)) { in mbfl_filt_conv_eucjpwin_wchar()
340 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_eucjpwin()
H A Dmbfilter_cp5022x.c281 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mbfl_filt_conv_jis_ms_wchar()
282 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_jis_ms_wchar()
490 cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_jis_ms()
722 cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
869 cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp50222()
H A Dmbfilter_sjis_mobile.c663 …} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { /* vendor ext3 (115ku -… in mbfl_filt_conv_sjis_mobile_wchar()
664 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()
862 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_sjis_mobile()
H A Dmbfilter_iso2022_jp_ms.c356 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_2022jpms()

Completed in 46 milliseconds