Lines Matching refs:wchar_t
223 wchar_t wc;
253 wc = (wchar_t) pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
295 wchar_t wc;
303 /* The next step uses the assumption that wchar_t is encoded
305 pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
317 wchar_t wcu = wc;
346 pstr->wcs[byte_idx++] = (wchar_t) ch;
364 wchar_t wc;
385 wchar_t wcu = wc;
469 pstr->wcs[byte_idx++] = (wchar_t) ch;
501 wchar_t wc2;
723 /* We know the wchar_t encoding is UCS4, so for the simple
729 wc = (wchar_t) *p;
737 wchar_t wc2;