Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/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()