Searched refs:__buflen (Results 1 – 3 of 3) sorted by relevance
346 const size_t __buflen = _M_buf_size > 1 ? _M_buf_size - 1 : 1; in underflow() local356 __buflen); in underflow()368 __blen = __rlen = __buflen * __enc; in underflow()371 __blen = __buflen + _M_codecvt->max_length() - 1; in underflow()372 __rlen = __buflen; in underflow()427 this->eback() + __buflen, __iend); in underflow()431 __ilen = std::min(__avail, __buflen); in underflow()697 const streamsize __buflen = _M_buf_size > 1 ? _M_buf_size - 1 : 1; in xsgetn() local699 if (__n > __buflen && __check_facet(_M_codecvt).always_noconv() in xsgetn()
1943 always_noconv() case: when __n > __buflen, copy the available
3860 don't read more than __buflen chars.