Lines Matching refs:__wb
1266 _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _CharT* __we) const;
1272 …_LIBCPP_HIDE_FROM_ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _C…
1273 for (; __wb < __we; ++__wb, ++__s)
1274 *__s = *__wb;
1288 …_LIBCPP_HIDE_FROM_ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _C…
1291 while (__wb < __we && __r != error) {
1295 const char16_t* __wn = (const char16_t*)__wb;
1296 … __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn, __buf, __buf + __sz, __bn);
1297 if (__r == codecvt_base::error || __wn == (const char16_t*)__wb)
1301 __wb = (const _CharT*)__wn;
1316 …_LIBCPP_HIDE_FROM_ABI _OutputIterator operator()(_OutputIterator __s, const _CharT* __wb, const _C…
1319 while (__wb < __we && __r != error) {
1323 const char32_t* __wn = (const char32_t*)__wb;
1324 … __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn, __buf, __buf + __sz, __bn);
1325 if (__r == codecvt_base::error || __wn == (const char32_t*)__wb)
1329 __wb = (const _CharT*)__wn;