Lines Matching refs:w

148 	int c1, s, s1, s2, w;  in mbfl_filt_conv_sjis_open_wchar()  local
160 w = c & MBFL_WCSGROUP_MASK; in mbfl_filt_conv_sjis_open_wchar()
161 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_conv_sjis_open_wchar()
162 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_open_wchar()
170 w = 0; in mbfl_filt_conv_sjis_open_wchar()
175 w = 0xff3c; /* FULLWIDTH REVERSE SOLIDUS */ in mbfl_filt_conv_sjis_open_wchar()
177 w = 0xff5e; /* FULLWIDTH TILDE */ in mbfl_filt_conv_sjis_open_wchar()
179 w = 0x2225; /* PARALLEL TO */ in mbfl_filt_conv_sjis_open_wchar()
181 w = 0xff0d; /* FULLWIDTH HYPHEN-MINUS */ in mbfl_filt_conv_sjis_open_wchar()
183 w = 0xffe0; /* FULLWIDTH CENT SIGN */ in mbfl_filt_conv_sjis_open_wchar()
185 w = 0xffe1; /* FULLWIDTH POUND SIGN */ in mbfl_filt_conv_sjis_open_wchar()
187 w = 0xffe2; /* FULLWIDTH NOT SIGN */ in mbfl_filt_conv_sjis_open_wchar()
190 if (w == 0) { in mbfl_filt_conv_sjis_open_wchar()
192 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_sjis_open_wchar()
194 w = jisx0208_ucs_table[s]; in mbfl_filt_conv_sjis_open_wchar()
196 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_sjis_open_wchar()
198 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_sjis_open_wchar()
200 w = s - (94*94) + 0xe000; in mbfl_filt_conv_sjis_open_wchar()
203 if (w <= 0) { in mbfl_filt_conv_sjis_open_wchar()
204 w = (s1 << 8) | s2; in mbfl_filt_conv_sjis_open_wchar()
205 w &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_sjis_open_wchar()
206 w |= MBFL_WCSPLANE_WINCP932; in mbfl_filt_conv_sjis_open_wchar()
208 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_open_wchar()
212 w = (c1 << 8) | c; in mbfl_filt_conv_sjis_open_wchar()
213 w &= MBFL_WCSGROUP_MASK; in mbfl_filt_conv_sjis_open_wchar()
214 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_conv_sjis_open_wchar()
215 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_sjis_open_wchar()