HelenOS sources

use_facet         504 uspace/lib/cpp/include/__bits/adt/bitset.hpp             use_facet<ctype<Char>>(os.getloc()).widen('0'),
use_facet         505 uspace/lib/cpp/include/__bits/adt/bitset.hpp             use_facet<ctype<Char>>(os.getloc()).widen('1')
use_facet         442 uspace/lib/cpp/include/__bits/io/ios.hpp                 return use_facet<ctype<char_type>>(locale_).narrow(c, def);
use_facet         447 uspace/lib/cpp/include/__bits/io/ios.hpp                 return use_facet<ctype<char_type>>(locale_).widen(c);
use_facet          89 uspace/lib/cpp/include/__bits/io/istream.hpp                                 const auto& ct = use_facet<ctype<Char>>(is.getloc());
use_facet         166 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, x);
use_facet         184 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, tmp);
use_facet         215 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, x);
use_facet         233 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, tmp);
use_facet         264 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, x);
use_facet         281 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, x);
use_facet         298 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, x);
use_facet         315 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, x);
use_facet         332 uspace/lib/cpp/include/__bits/io/istream.hpp                     use_facet<num_get>(loc).get(*this, 0, *this, err, x);
use_facet         834 uspace/lib/cpp/include/__bits/io/istream.hpp             const auto& ct = use_facet<ctype<Char>>(is.getloc());
use_facet         891 uspace/lib/cpp/include/__bits/io/istream.hpp             const auto& ct = use_facet<ctype<Char>>(is.getloc());
use_facet         142 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         160 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         180 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         199 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         219 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         237 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         254 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         271 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         288 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         305 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         322 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         339 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         356 uspace/lib/cpp/include/__bits/io/ostream.hpp                     bool failed = use_facet<
use_facet         149 uspace/lib/cpp/include/__bits/locale/locale.hpp             friend Facet use_facet(const locale&);
use_facet          63 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::space, c);
use_facet          69 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::print, c);
use_facet          75 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::cntrl, c);
use_facet          81 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::upper, c);
use_facet          87 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::lower, c);
use_facet          93 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::alpha, c);
use_facet          99 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::digit, c);
use_facet         105 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::punct, c);
use_facet         111 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::xdigit, c);
use_facet         117 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::alnum, c);
use_facet         123 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::graph, c);
use_facet         129 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).is(ctype_base::blank, c);
use_facet         143 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).toupper(c);
use_facet         149 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).tolower(c);
use_facet         163 uspace/lib/cpp/include/__bits/locale/num_get.hpp                     const auto& nt = use_facet<numpunct<char_type>>(loc);
use_facet         345 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 const auto& ct = use_facet<ctype<char_type>>(loc);
use_facet         105 uspace/lib/cpp/include/__bits/locale/num_put.hpp                     auto s = v ? use_facet<numpunct<char_type>>(loc).truename()
use_facet         106 uspace/lib/cpp/include/__bits/locale/num_put.hpp                                : use_facet<numpunct<char_type>>(loc).falsename();
use_facet         295 uspace/lib/cpp/include/__bits/locale/num_put.hpp                 const auto& ct = use_facet<ctype<char_type>>(loc);
use_facet         296 uspace/lib/cpp/include/__bits/locale/num_put.hpp                 const auto& punct = use_facet<numpunct<char_type>>(loc);
HelenOS homepage, sources at GitHub