Lines Matching refs:__nb
1338 _OutputIterator operator()(_OutputIterator __s, const char* __nb, const char* __ne) const;
1344 …_LIBCPP_HIDE_FROM_ABI _OutputIterator operator()(_OutputIterator __s, const char* __nb, const char…
1345 for (; __nb < __ne; ++__nb, ++__s)
1346 *__s = *__nb;
1360 …_LIBCPP_HIDE_FROM_ABI _OutputIterator operator()(_OutputIterator __s, const char* __nb, const char…
1363 while (__nb < __ne && __r != error) {
1367 const char* __nn = __nb;
1368 …__r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb + __sz : __ne, __nn, __buf, __buf +…
1369 if (__r == codecvt_base::error || __nn == __nb)
1373 __nb = __nn;
1388 …_LIBCPP_HIDE_FROM_ABI _OutputIterator operator()(_OutputIterator __s, const char* __nb, const char…
1391 while (__nb < __ne && __r != error) {
1395 const char* __nn = __nb;
1396 …__r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb + __sz : __ne, __nn, __buf, __buf +…
1397 if (__r == codecvt_base::error || __nn == __nb)
1401 __nb = __nn;