Searched refs:to_int_type (Results 1 - 16 of 16) sorted by relevance

/external/astl/tests/
H A Dtest_char_traits.cpp40 // Check that to_int_type maps '\xff' to 0xff and NOT 0xffffffff
42 EXPECT_TRUE(char_traits<char>::to_int_type('\xff') == 0xff);
43 EXPECT_TRUE(char_traits<char>::to_int_type('\xff') != char_traits<char>::eof());
/external/stlport/stlport/stl/
H A D_streambuf.h199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)
200 : this->overflow(_Traits::to_int_type(__c)));
222 _Traits::to_int_type(*++_M_gnext) :
228 return _M_gnext < _M_gend ? _Traits::to_int_type(*_M_gnext++)
234 return _M_gnext < _M_gend ? _Traits::to_int_type(*_M_gnext)
243 ? _Traits::to_int_type(*--_M_gnext)
244 : this->pbackfail(_Traits::to_int_type(__c));
249 ? _Traits::to_int_type(*--_M_gnext)
H A D_ctraits_fns.h68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
H A D_streambuf.c99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
165 _Traits::to_int_type(*_M_gnext++));
H A Dchar_traits.h187 static int_type _STLP_CALL to_int_type(const char_type& __c) function in class:__char_traits_base
222 static int _STLP_CALL to_int_type(const char& __c) function in class:char_traits
H A D_fstream.c173 return traits_type::to_int_type(*this->gptr());
557 return traits_type::to_int_type(*_M_int_buf);
H A D_fstream.h329 return traits_type::to_int_type(*_M_ext_buf);
415 int_type __c = traits_type::to_int_type(*__this->gptr());
H A D_sstream.c98 ? _Traits::to_int_type(*this->gptr())
107 int_type __c = _Traits::to_int_type(*this->gptr());
H A D_bitset.h643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]);
/external/astl/src/
H A Dstreambuf.cpp61 int_type c = this->overflow(traits_type::to_int_type(*str));
/external/stlport/src/
H A Dfstream.cpp49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
/external/astl/include/
H A Dstreambuf73 return traits_type::to_int_type(c);
H A Dchar_traits.h84 static int_type to_int_type(const char& c) function in struct:std::char_traits
/external/chromium/googleurl/base/
H A Dstring16.h130 static int_type to_int_type(const char_type& c) { function in struct:base::string16_char_traits
/external/chromium/base/
H A Dstring16.h117 static int_type to_int_type(const char_type& c) { function in struct:base::string16_char_traits
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));

Completed in 304 milliseconds