HelenOS sources

getloc            504 uspace/lib/cpp/include/__bits/adt/bitset.hpp             use_facet<ctype<Char>>(os.getloc()).widen('0'),
getloc            505 uspace/lib/cpp/include/__bits/adt/bitset.hpp             use_facet<ctype<Char>>(os.getloc()).widen('1')
getloc            737 uspace/lib/cpp/include/__bits/complex.hpp         oss.imbue(os.getloc());
getloc            155 uspace/lib/cpp/include/__bits/io/ios.hpp             locale getloc() const;
getloc             89 uspace/lib/cpp/include/__bits/io/istream.hpp                                 const auto& ct = use_facet<ctype<Char>>(is.getloc());
getloc            165 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            183 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            214 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            232 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            263 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            280 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            297 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            314 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            331 uspace/lib/cpp/include/__bits/io/istream.hpp                     auto loc = this->getloc();
getloc            834 uspace/lib/cpp/include/__bits/io/istream.hpp             const auto& ct = use_facet<ctype<Char>>(is.getloc());
getloc            891 uspace/lib/cpp/include/__bits/io/istream.hpp             const auto& ct = use_facet<ctype<Char>>(is.getloc());
getloc            144 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), x).failed();
getloc            162 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(),
getloc            182 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(),
getloc            201 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(),
getloc            221 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(),
getloc            239 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), x).failed();
getloc            256 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), x).failed();
getloc            273 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), x).failed();
getloc            290 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), x).failed();
getloc            307 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), static_cast<double>(x)).failed();
getloc            324 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), x).failed();
getloc            341 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), x).failed();
getloc            358 uspace/lib/cpp/include/__bits/io/ostream.hpp                     >(this->getloc()).put(*this, *this, this->fill(), p).failed();
getloc            162 uspace/lib/cpp/include/__bits/locale/num_get.hpp                     auto loc = base.getloc();
getloc            344 uspace/lib/cpp/include/__bits/locale/num_get.hpp                 auto loc = base.getloc();
getloc             99 uspace/lib/cpp/include/__bits/locale/num_put.hpp                 auto loc = base.getloc();
getloc            294 uspace/lib/cpp/include/__bits/locale/num_put.hpp                 const auto& loc = base.getloc();
getloc             67 uspace/lib/cpp/include/__bits/string/string_io.hpp                 if(isspace(c, is.getloc()))
HelenOS homepage, sources at GitHub