Lines Matching full:__wb
2594 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm,
2948 unique_ptr<char_type, void(*)(void*)>& __wb,
2988 unique_ptr<char_type, void(*)(void*)>& __wb,
3010 __wn = __wb.get();
3130 __double_or_nothing(__wb, __wn, __we);
3165 __double_or_nothing(__wb, __wn, __we);
3169 if (__wn == __wb.get())
3211 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3218 __wb, __wn, __we))
3226 if (__wn - __wb.get() > __bz-2)
3228 __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
3235 for (const char_type* __w = __wb.get(); __w < __wn; ++__w, ++__nc)
3255 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing);
3262 __wb, __wn, __we))
3269 for (__w = __wb.get(); __w < __wn-1; ++__w)