Home
last modified time | relevance | path

Searched refs:__do_put_bool (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_num_put.c386 __do_put_bool(_OutputIter __s, ios_base& __f, _CharT __fill, bool __x) { in __do_put_bool() function
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val); in do_put()
/external/stlport/etc/
DChangeLog2685 * stlport/stl/_num_put.c: Introduce __do_put_bool function containing