Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_put.c150 ios_base::fmtflags __flg, streamsize __wid, _CharT __fill, in __copy_integer_and_fill() argument
161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; in __copy_integer_and_fill()
174 (__flg & ios_base::showbase) && in __copy_integer_and_fill()
175 (__flg & ios_base::basefield) == ios_base::hex) { in __copy_integer_and_fill()