Searched refs:__iend (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_num_put.c192 __put_integer(char* __buf, char* __iend, _OutputIter __s, argument
202 __ct.widen(__buf, __iend, __wbuf);
203 ptrdiff_t __len = __iend - __buf;
232 __put_integer(char* __buf, char* __iend, _OutputIter __s, argument
235 ptrdiff_t __len = __iend - __buf;
253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf);
255 __iend = __grpbuf + __len;
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(),
H A D_fstream.c215 _CharT* __iend = this->pptr(); local
220 *__iend++ = _Traits::to_char_type(__c);
223 while (__ibegin != __iend) {
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext,
230 return _Noconv_output<_Traits>::_M_doit(this, __ibegin, __iend)
241 (((__inext == __iend) &&
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) ||

Completed in 35 milliseconds