Lines Matching defs:pwcs0
293 const wchar_t *pwcs0;
295 pwcs0 = *pwcs;
302 if ((*pwcs0 & ~0xFFU) != 0) {
303 *pwcs = pwcs0;
308 *s++ = (char)*pwcs0;
311 if (*pwcs0 == L'\0') {
312 pwcs0 = NULL;
316 pwcs0++;
319 *pwcs = pwcs0;
335 const wchar_t *pwcs0;
337 pwcs0 = *pwcs;
344 if ((*pwcs0 & ~0xFFU) != 0) {
349 *s++ = (char)*pwcs0;
352 if (*pwcs0 == L'\0') {
353 pwcs0 = NULL;
357 pwcs0++;
361 *pwcs = pwcs0;