HelenOS sources

to_char_type      224 uspace/lib/cpp/include/__bits/io/fstream.hpp                 auto cc = traits_type::to_char_type(c);
to_char_type       99 uspace/lib/cpp/include/__bits/io/istream.hpp                                     auto c = Traits::to_char_type(i);
to_char_type      389 uspace/lib/cpp/include/__bits/io/istream.hpp                         auto res = sb->sputc(traits_type::to_char_type(ic));
to_char_type      436 uspace/lib/cpp/include/__bits/io/istream.hpp                     c = traits_type::to_char_type(res);
to_char_type      458 uspace/lib/cpp/include/__bits/io/istream.hpp                         s[gcount_++] = traits_type::to_char_type(c);
to_char_type      460 uspace/lib/cpp/include/__bits/io/istream.hpp                         auto peek = traits_type::to_char_type(this->rdbuf()->sgetc());
to_char_type      499 uspace/lib/cpp/include/__bits/io/istream.hpp                         auto c = traits_type::to_char_type(i);
to_char_type      549 uspace/lib/cpp/include/__bits/io/istream.hpp                         s[gcount_++] = traits_type::to_char_type(c);
to_char_type      616 uspace/lib/cpp/include/__bits/io/istream.hpp                     s[gcount_++] = traits_type::to_char_type(c);
to_char_type      642 uspace/lib/cpp/include/__bits/io/istream.hpp                         s[gcount_++] = traits_type::to_char_type(this->rdbuf()->sbumpc());
to_char_type      806 uspace/lib/cpp/include/__bits/io/istream.hpp             c = Traits::to_char_type(is.rdbuf()->sbumpc());
to_char_type      849 uspace/lib/cpp/include/__bits/io/istream.hpp                 auto c = Traits::to_char_type(ic);
to_char_type      901 uspace/lib/cpp/include/__bits/io/istream.hpp                 auto c = Traits::to_char_type(i);
to_char_type      381 uspace/lib/cpp/include/__bits/io/ostream.hpp                         this->put(traits_type::to_char_type(c));
to_char_type      140 uspace/lib/cpp/include/__bits/io/sstream.hpp                     traits_type::eq(traits_type::to_char_type(c), this->gptr()[-1]))
to_char_type      177 uspace/lib/cpp/include/__bits/io/sstream.hpp                     str_.push_back(traits_type::to_char_type(c));
to_char_type      147 uspace/lib/cpp/include/__bits/io/streambufs.hpp                     auto cc = traits_type::to_char_type(c);
to_char_type      879 uspace/lib/cpp/include/__bits/iterator.hpp                         return traits_type::to_char_type(char_);
to_char_type       66 uspace/lib/cpp/include/__bits/string/string_io.hpp                 auto c = Traits::to_char_type(ic);
to_char_type      146 uspace/lib/cpp/include/__bits/string/string_io.hpp                 auto c = Traits::to_char_type(ic);
HelenOS homepage, sources at GitHub