/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_put.h | 62 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.c | 420 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.h | 397 { 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.h | 262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); } 274 virtual iter_type do_put(iter_type __s, ios_base& __f,
|
D | _time_facets.c | 415 __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.c | 506 ::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
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 195 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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 1366 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 …]
|