Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c444 streamsize __fill_amt = __need_fill ? __width - __length : 0; in __money_do_put() local
448 if (__fill_amt != 0 && in __money_do_put()
450 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); in __money_do_put()
458 if (__fill_amt != 0 && __fill_pos == ios_base::internal) in __money_do_put()
459 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); in __money_do_put()
494 if (__fill_amt != 0 && in __money_do_put()
496 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); in __money_do_put()