Home | History | Annotate | Download | only in unit

Lines Matching defs:wbuf

537       wchar_t wbuf[4096];
539 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
545 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
548 cp936_wstr.assign(wbuf, to_next);
577 wchar_t wbuf[4096];
579 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
585 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
588 utf8_wstr.assign(wbuf, to_next);