Lines Matching refs:w

149 	int c1, s, s1, s2, w;  in mbfl_filt_conv_cp932_wchar()  local
161 w = c & MBFL_WCSGROUP_MASK; in mbfl_filt_conv_cp932_wchar()
162 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_conv_cp932_wchar()
163 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp932_wchar()
171 w = 0; in mbfl_filt_conv_cp932_wchar()
176 w = 0xff3c; /* FULLWIDTH REVERSE SOLIDUS */ in mbfl_filt_conv_cp932_wchar()
178 w = 0xff5e; /* FULLWIDTH TILDE */ in mbfl_filt_conv_cp932_wchar()
180 w = 0x2225; /* PARALLEL TO */ in mbfl_filt_conv_cp932_wchar()
182 w = 0xff0d; /* FULLWIDTH HYPHEN-MINUS */ in mbfl_filt_conv_cp932_wchar()
184 w = 0xffe0; /* FULLWIDTH CENT SIGN */ in mbfl_filt_conv_cp932_wchar()
186 w = 0xffe1; /* FULLWIDTH POUND SIGN */ in mbfl_filt_conv_cp932_wchar()
188 w = 0xffe2; /* FULLWIDTH NOT SIGN */ in mbfl_filt_conv_cp932_wchar()
191 if (w == 0) { in mbfl_filt_conv_cp932_wchar()
193 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
195 w = jisx0208_ucs_table[s]; in mbfl_filt_conv_cp932_wchar()
197 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
199 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
201 w = s - (94*94) + 0xe000; in mbfl_filt_conv_cp932_wchar()
204 if (w <= 0) { in mbfl_filt_conv_cp932_wchar()
205 w = (s1 << 8) | s2; in mbfl_filt_conv_cp932_wchar()
206 w &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_cp932_wchar()
207 w |= MBFL_WCSPLANE_WINCP932; in mbfl_filt_conv_cp932_wchar()
209 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp932_wchar()
213 w = (c1 << 8) | c; in mbfl_filt_conv_cp932_wchar()
214 w &= MBFL_WCSGROUP_MASK; in mbfl_filt_conv_cp932_wchar()
215 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_conv_cp932_wchar()
216 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp932_wchar()