Searched defs:do_put (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Dstrstream.cpp195 bool do_put = false; local
200 do_get = do_put = true;
204 do_put = true;
208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr())
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow;
233 if (do_put) {
/external/stlport/stlport/stl/
H A D_num_put.c420 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, function in class:_OutputIter
423 // 22.2.2.2.2.23: shall return do_put for int and not directly __do_put_integer.
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
432 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, function in class:_OutputIter
438 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, function in class:_OutputIter
444 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, function in class:_OutputIter
451 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, function in class:_OutputIter
459 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, function in class:_OutputIter
465 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, function in class:_OutputIter
475 num_put<_CharT, _OutputIter>::do_put(_OutputIte function in class:_OutputIter
[all...]
H A D_time_facets.c416 __s = do_put(__s, __f, __fill, __tmb, __c, __mod);
426 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */, function in class:_OutputIter
H A D_monetary.c506 ::do_put(_OutputIter __s, bool __intl, ios_base& __str, function in class:_OutputIter
516 ::do_put(_OutputIter __s, bool __intl, ios_base& __str, function in class:_OutputIter

Completed in 52 milliseconds