HomeSort by relevance Sort by last modified time
    Searched full:to_int_type (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/astl/tests/
test_char_traits.cpp 40 // 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/
_streambuf.h 199 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)
_streambuf.c 99 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++));
_ctraits_fns.h 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
char_traits.h 187 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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 199 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)
_streambuf.c 99 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++));
_ctraits_fns.h 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
char_traits.h 187 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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 199 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)
_streambuf.c 99 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++));
_ctraits_fns.h 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 199 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)
_streambuf.c 99 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++));
_ctraits_fns.h 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
  /external/stlport/src/
fstream.cpp 49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 133 to_int_type(const char_type& __c) function in struct:char_traits
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
288 to_int_type(const char_type& __c) function in struct:char_traits
357 to_int_type(const char_type& __c) function in struct:char_traits
460 to_int_type(const char_type& __c) function in struct:char_traits
553 to_int_type(const char_type& __c) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 133 to_int_type(const char_type& __c) function in struct:char_traits
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
288 to_int_type(const char_type& __c) function in struct:char_traits
357 to_int_type(const char_type& __c) function in struct:char_traits
460 to_int_type(const char_type& __c) function in struct:char_traits
553 to_int_type(const char_type& __c) function in struct:char_traits
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 133 to_int_type(const char_type& __c) function in struct:char_traits
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
288 to_int_type(const char_type& __c) function in struct:char_traits
357 to_int_type(const char_type& __c) function in struct:char_traits
460 to_int_type(const char_type& __c) function in struct:char_traits
553 to_int_type(const char_type& __c) function in struct:char_traits
  /external/astl/src/
streambuf.cpp 61 int_type c = this->overflow(traits_type::to_int_type(*str));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 298 __ret = traits_type::to_int_type(*this->gptr());
319 __ret = traits_type::to_int_type(*this->gptr());
354 __ret = this->pbackfail(traits_type::to_int_type(__c));
358 __ret = traits_type::to_int_type(*this->gptr());
379 __ret = traits_type::to_int_type(*this->gptr());
396 * the position, and returns @c traits::to_int_type(c). If a write
407 __ret = traits_type::to_int_type(__c);
410 __ret = this->overflow(traits_type::to_int_type(__c));
683 __ret = traits_type::to_int_type(*this->gptr());
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
streambuf 298 __ret = traits_type::to_int_type(*this->gptr());
319 __ret = traits_type::to_int_type(*this->gptr());
354 __ret = this->pbackfail(traits_type::to_int_type(__c));
358 __ret = traits_type::to_int_type(*this->gptr());
379 __ret = traits_type::to_int_type(*this->gptr());
396 * the position, and returns @c traits::to_int_type(c). If a write
407 __ret = traits_type::to_int_type(__c);
410 __ret = this->overflow(traits_type::to_int_type(__c));
683 __ret = traits_type::to_int_type(*this->gptr());
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 298 __ret = traits_type::to_int_type(*this->gptr());
319 __ret = traits_type::to_int_type(*this->gptr());
354 __ret = this->pbackfail(traits_type::to_int_type(__c));
358 __ret = traits_type::to_int_type(*this->gptr());
379 __ret = traits_type::to_int_type(*this->gptr());
396 * the position, and returns @c traits::to_int_type(c). If a write
407 __ret = traits_type::to_int_type(__c);
410 __ret = this->overflow(traits_type::to_int_type(__c));
683 __ret = traits_type::to_int_type(*this->gptr());
  /external/astl/include/
char_traits.h 84 static int_type to_int_type(const char& c) function in struct:std::char_traits

Completed in 498 milliseconds

1 2 3 4