Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/using/
Dios31 // _lib.basefield.manip_ basefield:
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
322 { __s.setf(ios_base::dec, ios_base::basefield); return __s; } in dec()
325 { __s.setf(ios_base::hex, ios_base::basefield); return __s; } in hex()
328 { __s.setf(ios_base::oct, ios_base::basefield); return __s; } in oct()
D_num_put.c175 (__flg & ios_base::basefield) == ios_base::hex) { in __copy_integer_and_fill()
212 switch (__flags & ios_base::basefield) { in __put_integer()
243 switch (__flags & ios_base::basefield) { in __put_integer()
314 switch (__flags & ios_base::basefield) { in __write_integer_backward()
480 __f.setf(ios_base::hex, ios_base::basefield); in do_put()
D_iomanip.h115 return _STLP_PRIV _Ios_Setf_Manip(__base, ios_base::basefield); in setbase()
D_ostream.c224 long __tmp = ((this->flags() & _Basic_ios::basefield) != ios_base::dec) ?
238 long __tmp = ((this->flags() & _Basic_ios::basefield) != ios_base::dec) ?
D_num_get.c74 ios_base::fmtflags __basefield = __flags & ios_base::basefield; in __get_base_or_zero()
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp60 const ios_base::fmtflags ios_base::basefield; member in ios_base