Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/bits/
Dlocale_facets.tcc283 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, in _M_extract_float() argument
289 const locale& __loc = __io._M_getloc(); in _M_extract_float()
515 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io, in _M_extract_int() argument
523 const locale& __loc = __io._M_getloc(); in _M_extract_int()
529 const ios_base::fmtflags __basefield = __io.flags() in _M_extract_int()
719 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() argument
722 if (!(__io.flags() & ios_base::boolalpha)) in do_get()
728 __beg = _M_extract_int(__beg, __end, __io, __err, __l); in do_get()
739 const locale& __loc = __io._M_getloc(); in do_get()
788 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() argument
[all …]
Dlocale_facets.h92 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
1587 _S_format_float(const ios_base& __io, char* __fptr, char __mod); in _GLIBCXX_BEGIN_NAMESPACE()
1979 get(iter_type __in, iter_type __end, ios_base& __io, in get() argument
1981 { return this->do_get(__in, __end, __io, __err, __v); } in get()
2015 get(iter_type __in, iter_type __end, ios_base& __io, in get() argument
2017 { return this->do_get(__in, __end, __io, __err, __v); } in get()
2020 get(iter_type __in, iter_type __end, ios_base& __io, in get() argument
2022 { return this->do_get(__in, __end, __io, __err, __v); } in get()
2025 get(iter_type __in, iter_type __end, ios_base& __io, in get() argument
2027 { return this->do_get(__in, __end, __io, __err, __v); } in get()
[all …]
/NextBSD/contrib/libstdc++/src/
Dlocale_facets.cc65 __num_base::_S_format_float(const ios_base& __io, char* __fptr, char __mod) in _S_format_float() argument
67 ios_base::fmtflags __flags = __io.flags(); in _S_format_float()
/NextBSD/contrib/libstdc++/
DChangeLog-20024588 Deal correctly with !(__io.flags() & ios_base::showbase)