Home | History | Annotate | Download | only in src

Lines Matching refs:__wb

5401 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm,
5410 size_t j = mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_);
5412 size_t j = __mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_);
5416 __we = __wb + j;