Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale390 …static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, _Char…
406 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep);
420 static string __stage2_int_prep(ios_base& __iob, _CharT& __thousands_sep) {
421 locale __loc = __iob.getloc();
427 …const _CharT* __do_widen(ios_base& __iob, _CharT* __atoms) const { return __do_widen_p(__iob, __at…
443 const _Tp* __do_widen_p(ios_base& __iob, _Tp* __atoms) const {
444 locale __loc = __iob.getloc();
449 const char* __do_widen_p(ios_base& __iob, char* __atoms) const {
450 (void)__iob;
459 string __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_s…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dostreambuf_iterator.h67 ostreambuf_iterator<_Ch, _Tr> __s, const _Ch* __ob, const _Ch* __op, const _Ch* __oe, ios_base& __iob, _Ch __fl);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4205 char* __num_put_base::__identify_padding(char* __nb, char* __ne, const ios_base& __iob) { in __identify_padding() argument
4206 switch (__iob.flags() & ios_base::adjustfield) { in __identify_padding()