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

1 2 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
21 assert(std::char_traits<char>::to_int_type('a') == 'a');
22 assert(std::char_traits<char>::to_int_type('A') == 'A');
23 assert(std::char_traits<char>::to_int_type(0) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
22 assert(std::char_traits<char16_t>::to_int_type(u'a') == u'a');
23 assert(std::char_traits<char16_t>::to_int_type(u'A') == u'A');
24 assert(std::char_traits<char16_t>::to_int_type(0) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
22 assert(std::char_traits<char32_t>::to_int_type(U'a') == U'a');
23 assert(std::char_traits<char32_t>::to_int_type(U'A') == U'A');
24 assert(std::char_traits<char32_t>::to_int_type(0) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
21 assert(std::char_traits<wchar_t>::to_int_type(L'a') == L'a');
22 assert(std::char_traits<wchar_t>::to_int_type(L'A') == L'A');
23 assert(std::char_traits<wchar_t>::to_int_type(0) == 0);
  /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++));
  /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++));
  /prebuilts/ndk/5/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++));
  /prebuilts/ndk/6/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++));
  /prebuilts/ndk/7/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++));
  /prebuilts/ndk/8/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++));
  /prebuilts/ndk/9/sources/cxx-stl/EH/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++));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 303 return traits_type::to_int_type(*__ninp_++);
313 return traits_type::to_int_type(*__ninp_);
330 return pbackfail(traits_type::to_int_type(__c));
331 return traits_type::to_int_type(*--__ninp_);
341 return traits_type::to_int_type(*--__ninp_);
350 return overflow(traits_type::to_int_type(__c));
352 return traits_type::to_int_type(__c);
523 return traits_type::to_int_type(*__ninp_++);
543 else if (overflow(traits_type::to_int_type(*__s)) == __eof)
  /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());
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
char_traits.h 128 to_int_type(const char_type& __c) function in struct:char_traits
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
286 to_int_type(const char_type& __c) function in struct:char_traits
355 to_int_type(const char_type& __c) function in struct:char_traits
461 to_int_type(const char_type& __c) function in struct:char_traits
554 to_int_type(const char_type& __c) function in struct:char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
char_traits.h 128 to_int_type(const char_type& __c) function in struct:char_traits
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
286 to_int_type(const char_type& __c) function in struct:char_traits
355 to_int_type(const char_type& __c) function in struct:char_traits
461 to_int_type(const char_type& __c) function in struct:char_traits
554 to_int_type(const char_type& __c) function in struct:char_traits
  /prebuilts/ndk/5/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

Completed in 548 milliseconds

1 2 3 4 5 6 7 8 9