Home | History | Annotate | Download | only in unit

Lines Matching defs:wbuf

539       wchar_t wbuf[4096];
541 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
547 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
550 cp936_wstr.assign(wbuf, to_next);
579 wchar_t wbuf[4096];
581 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
587 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
590 utf8_wstr.assign(wbuf, to_next);