Home
last modified time | relevance | path

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

/PHP-5.5/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.c160 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp51932_wchar()
161 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp51932_wchar()
268 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
H A Dmbfilter_cp5022x.c279 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mbfl_filt_conv_jis_ms_wchar()
280 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_jis_ms_wchar()
477 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_jis_ms()
479 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_jis_ms()
709 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50221()
711 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
856 const int oh = cp932ext2_ucs_table_min / 94; in mbfl_filt_conv_wchar_cp50222()
858 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50222()
H A Dmbfilter_cp932.c196 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_cp932_wchar()
197 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
H A Dmbfilter_sjis_open.c195 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_sjis_open_wchar()
196 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_sjis_open_wchar()
H A Dmbfilter_iso2022_jp_ms.c153 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_2022jpms_wchar()
154 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_2022jpms_wchar()
H A Dmbfilter_sjis_mobile.c662 …} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { /* vendor ext2 (89ku - … in mbfl_filt_conv_sjis_mobile_wchar()
663 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()
851 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_sjis_mobile()

Completed in 33 milliseconds