Lines Matching refs:w

114 	int c1, s, w;  in mbfl_filt_conv_cp51932_wchar()  local
126 w = c & MBFL_WCSGROUP_MASK; in mbfl_filt_conv_cp51932_wchar()
127 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_conv_cp51932_wchar()
128 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
136 w = 0; in mbfl_filt_conv_cp51932_wchar()
140 w = 0xff3c; /* FULLWIDTH REVERSE SOLIDUS */ in mbfl_filt_conv_cp51932_wchar()
142 w = 0xff5e; /* FULLWIDTH TILDE */ in mbfl_filt_conv_cp51932_wchar()
144 w = 0x2225; /* PARALLEL TO */ in mbfl_filt_conv_cp51932_wchar()
146 w = 0xff0d; /* FULLWIDTH HYPHEN-MINUS */ in mbfl_filt_conv_cp51932_wchar()
148 w = 0xffe0; /* FULLWIDTH CENT SIGN */ in mbfl_filt_conv_cp51932_wchar()
150 w = 0xffe1; /* FULLWIDTH POUND SIGN */ in mbfl_filt_conv_cp51932_wchar()
152 w = 0xffe2; /* FULLWIDTH NOT SIGN */ in mbfl_filt_conv_cp51932_wchar()
155 if (w == 0) { in mbfl_filt_conv_cp51932_wchar()
157 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_cp51932_wchar()
159 w = jisx0208_ucs_table[s]; in mbfl_filt_conv_cp51932_wchar()
161 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp51932_wchar()
164 if (w <= 0) { in mbfl_filt_conv_cp51932_wchar()
165 w = ((c1 & 0x7f) << 8) | (c & 0x7f); in mbfl_filt_conv_cp51932_wchar()
166 w &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_cp51932_wchar()
167 w |= MBFL_WCSPLANE_WINCP932; in mbfl_filt_conv_cp51932_wchar()
169 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
173 w = (c1 << 8) | c; in mbfl_filt_conv_cp51932_wchar()
174 w &= MBFL_WCSGROUP_MASK; in mbfl_filt_conv_cp51932_wchar()
175 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_conv_cp51932_wchar()
176 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
183 w = 0xfec0 + c; in mbfl_filt_conv_cp51932_wchar()
184 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()
188 w = 0x8e00 | c; in mbfl_filt_conv_cp51932_wchar()
189 w &= MBFL_WCSGROUP_MASK; in mbfl_filt_conv_cp51932_wchar()
190 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_conv_cp51932_wchar()
191 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_conv_cp51932_wchar()