Home
last modified time | relevance | path

Searched refs:do_put (Results 1 – 9 of 9) sorted by relevance

/external/stlport/stlport/stl/
D_num_put.h62 return do_put(__s, __f, __fill, __val); in put()
67 return do_put(__s, __f, __fill, __val); in put()
72 return do_put(__s, __f, __fill, __val); in put()
78 return do_put(__s, __f, __fill, __val); in put()
83 return do_put(__s, __f, __fill, __val); in put()
89 return do_put(__s, __f, __fill, (double)__val); in put()
95 return do_put(__s, __f, __fill, __val); in put()
101 return do_put(__s, __f, __fill, __val); in put()
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const;
[all …]
D_num_put.c420 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put() function
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val)); in do_put()
432 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put() function
438 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put() function
444 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put() function
451 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put() function
459 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put() function
465 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put() function
475 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT /*__fill*/, in do_put() function
D_monetary.h397 { return do_put(__s, __intl, __str, __fill, __units); } in put()
401 { return do_put(__s, __intl, __str, __fill, __digits); } in put()
407 virtual iter_type do_put(iter_type __s, bool __intl, ios_base& __str,
409 virtual iter_type do_put(iter_type __s, bool __intl, ios_base& __str,
D_time_facets.h262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); }
274 virtual iter_type do_put(iter_type __s, ios_base& __f,
D_time_facets.c415 __s = do_put(__s, __f, __fill, __tmb, __c, __mod); in put()
425 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */, in do_put() function
D_monetary.c506 ::do_put(_OutputIter __s, bool __intl, ios_base& __str, in do_put() function
516 ::do_put(_OutputIter __s, bool __intl, ios_base& __str, in do_put() function
/external/stlport/src/
Dstrstream.cpp195 bool do_put = false; in seekoff() local
200 do_get = do_put = true; in seekoff()
204 do_put = true; in seekoff()
208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr()) in seekoff()
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow; in seekoff()
233 if (do_put) { in seekoff()
/external/libcxx/include/
Dlocale1366 return do_put(__s, __iob, __fl, __v);
1373 return do_put(__s, __iob, __fl, __v);
1380 return do_put(__s, __iob, __fl, __v);
1387 return do_put(__s, __iob, __fl, __v);
1394 return do_put(__s, __iob, __fl, __v);
1401 return do_put(__s, __iob, __fl, __v);
1408 return do_put(__s, __iob, __fl, __v);
1415 return do_put(__s, __iob, __fl, __v);
1424 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl,
1426 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl,
[all …]
/external/stlport/etc/
DChangeLog-5.17491 …* _num_put.c : do_put(const void*) changed to output pointers in hex format (thanks Alex Rosenber…