Home
last modified time | relevance | path

Searched refs:widen (Results 1 – 25 of 99) sorted by relevance

1234

/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.tcc1368 if (*__beg != __ctype.widen('-')) in do_put()
1410 char_type __zero = __ctype.widen('0'); in do_put()
1473 __res += __ctype.widen(__fill); in do_put()
1589 __ctype.widen(__cs, __cs + 9, __wcs); in _M_extract_via_format()
1624 __ctype.widen(__cs, __cs + 6, __wcs); in _M_extract_via_format()
1642 __ctype.widen(__cs, __cs + 9, __wcs); in _M_extract_via_format()
1685 && (__c == __ctype.widen('-') in _M_extract_via_format()
1686 || __c == __ctype.widen('+'))) in _M_extract_via_format()
2026 __fmt[0] = __ctype.widen('%'); in do_put()
2475 __ct.widen(__num_base::_S_atoms_out, in __locale_cache()
[all …]
H A Dbasic_ios.h346 _M_fill = this->widen(' '); in fill()
420 widen(char __c) const;
H A Dbasic_ios.tcc128 basic_ios<_CharT, _Traits>::widen(char __c) const
132 __ret = _M_fctype->widen(__c);
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_widen_char.cc53 char c = ctype_c.widen(narrow[i]); in test01()
58 ctype_c.widen(&narrow[0], &narrow[narrow.length()], &wide_chars[0]); in test01()
H A Dctype_widen_wchar_t.cc54 char c = ctype_c.widen(narrow[i]); in test01()
59 ctype_c.widen(&narrow[0], &narrow[narrow.length()], &wide_chars[0]); in test01()
H A Dctype.cc105 { return _M_cctype.widen(__c); } in do_widen()
110 const char* __c = _M_cctype.widen(reinterpret_cast<const char*>(__lo), in do_widen()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_ctor.cc69 VERIFY( ios_00.fill() == ios_00.widen(' ') ); in test01()
80 VERIFY( ios_01.fill() == ios_01.widen(' ') ); in test01()
H A Dostream_inserter_char.cc273 wchar_t c1 = oss.widen(buffer[0]); in test07()
275 wchar_t c2 = oss.widen(buffer[1]); in test07()
287 wchar_t c3 = oss.widen('b'); in test07()
H A Dios_members.cc58 ct01 = ios_01.widen('c'); in test01()
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_istream.h328 { return this->get(__s, __n, this->widen('\n')); } in get()
361 { return this->get(__sb, this->widen('\n')); } in get()
401 { return this->getline(__s, __n, this->widen('\n')); } in getline()
H A Dstd_ostream.h436 { return (__out << __out.widen(__c)); }
506 { return flush(__os.put(__os.widen('\n'))); } in endl()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_ios.h360 _M_fill = this->widen(' '); in _GLIBCXX_BEGIN_NAMESPACE()
434 widen(char __c) const; in _GLIBCXX_BEGIN_NAMESPACE()
H A Dbasic_ios.tcc122 basic_ios<_CharT, _Traits>::widen(char __c) const
123 { return __check_facet(_M_ctype).widen(__c); }
H A Dlocale_facets.tcc214 __ct.widen(__num_base::_S_atoms_out, in _M_cache()
216 __ct.widen(__num_base::_S_atoms_in, in _M_cache()
259 __ct.widen(money_base::_S_atoms, in _M_cache()
1156 __ctype.widen(__cs, __cs + __len, __ws); in _M_insert_float()
1889 __ctype.widen(__cs, __cs + 9, __wcs); in _M_extract_via_format()
1924 __ctype.widen(__cs, __cs + 6, __wcs); in _M_extract_via_format()
1947 __ctype.widen(__cs, __cs + 9, __wcs); in _M_extract_via_format()
1989 && (*__beg == __ctype.widen('-') in _M_extract_via_format()
1990 || *__beg == __ctype.widen('+'))) in _M_extract_via_format()
2354 __fmt[0] = __ctype.widen('%'); in do_put()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom.tcc152 __os.fill(__os.widen(' ')); in operator <<()
281 const _CharT __space = __os.widen(' '); in operator <<()
403 const _CharT __space = __os.widen(' '); in operator <<()
547 const _CharT __space = __os.widen(' '); in operator <<()
614 const _CharT __space = __os.widen(' '); in operator <<()
720 const _CharT __space = __os.widen(' '); in operator <<()
762 const _CharT __space = __os.widen(' '); in operator <<()
803 __os.fill(__os.widen(' ')); in operator <<()
850 __os.fill(__os.widen(' ')); in operator <<()
1338 __os.fill(__os.widen(' ')); in operator <<()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_istream.h345 { return this->get(__s, __n, this->widen('\n')); } in _GLIBCXX_BEGIN_NAMESPACE()
378 { return this->get(__sb, this->widen('\n')); } in _GLIBCXX_BEGIN_NAMESPACE()
418 { return this->getline(__s, __n, this->widen('\n')); } in _GLIBCXX_BEGIN_NAMESPACE()
H A Dstd_ostream.h459 { return (__out << __out.widen(__c)); }
546 { return flush(__os.put(__os.widen('\n'))); } in endl()
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h143 -> decltype(Current.widen(Prev)) {
144 return Current.widen(Prev);
H A DDataflowEnvironment.h144 virtual Value *widen(QualType Type, Value &Prev, const Environment &PrevEnv, in widen() function
234 LatticeJoinEffect widen(const Environment &PrevEnv,
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.h65 Value *widen(QualType Type, Value &Prev, const Environment &PrevEnv,
/openbsd/gnu/llvm/libcxx/include/
H A Dios153 char_type widen(char c) const;
672 char_type widen(char __c) const;
775 basic_ios<_CharT, _Traits>::widen(char __c) const
777 return std::use_facet<ctype<char_type> >(getloc()).widen(__c);
786 __fill_ = widen(' ');
796 __fill_ = widen(' ');
H A Dlocale1163 __ct.widen(__nb, __ne, __ob);
1192 *__oe++ = __ct.widen(*__p);
1215 *__oe++ = __ct.widen(*__nf++);
1220 *__oe++ = __ct.widen(*__nf++);
1221 *__oe++ = __ct.widen(*__nf++);
1234 __ct.widen(__nf, __ns, __oe);
1252 *__oe++ = __ct.widen(*__p);
1266 *__oe++ = __ct.widen(*__nf);
1268 __ct.widen(__nf, __ne, __oe);
1635 __ct.widen(__nar, __ne, __o);
[all …]
/openbsd/gnu/llvm/libcxx/include/__random/
H A Dbernoulli_distribution.h120 _CharT __sp = __os.widen(' ');
H A Dweibull_distribution.h126 _CharT __sp = __os.widen(' ');
H A Dcauchy_distribution.h135 _CharT __sp = __os.widen(' ');

1234