OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__iend
(Results
1 - 4
of
4
) sorted by null
/external/stlport/stlport/stl/
_num_put.c
192
__put_integer(char* __buf, char*
__iend
, _OutputIter __s,
202
__ct.widen(__buf,
__iend
, __wbuf);
203
ptrdiff_t __len =
__iend
- __buf;
232
__put_integer(char* __buf, char*
__iend
, _OutputIter __s,
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(),
_fstream.c
215
_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))) ||
/ndk/sources/android/stlport/stlport/stl/
_num_put.c
192
__put_integer(char* __buf, char*
__iend
, _OutputIter __s,
202
__ct.widen(__buf,
__iend
, __wbuf);
203
ptrdiff_t __len =
__iend
- __buf;
232
__put_integer(char* __buf, char*
__iend
, _OutputIter __s,
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(),
_fstream.c
215
_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 155 milliseconds