Home
last modified time | relevance | path

Searched defs:__mask (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h121 fmtflags setf(fmtflags __flag, fmtflags __mask) { in setf()
127 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } in unsetf()
190 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; } in _M_set_exception_mask()
D_ios.h98 void exceptions(iostate __mask) { in exceptions()
D_iomanip.h104 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::fmtflags __mask) in resetiosflags()
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask ) in _WLocale_ctype()