HomeSort by relevance Sort by last modified time
    Searched refs:eq_int_type (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
21 assert( std::char_traits<char>::eq_int_type('a', 'a'));
22 assert(!std::char_traits<char>::eq_int_type('a', 'A'));
23 assert(!std::char_traits<char>::eq_int_type(std::char_traits<char>::eof(), 'A'));
24 assert( std::char_traits<char>::eq_int_type(std::char_traits<char>::eof(),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
21 assert( std::char_traits<char>::eq_int_type('a', 'a'));
22 assert(!std::char_traits<char>::eq_int_type('a', 'A'));
23 assert(!std::char_traits<char>::eq_int_type(std::char_traits<char>::eof(), 'A'));
24 assert( std::char_traits<char>::eq_int_type(std::char_traits<char>::eof(),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
21 assert( std::char_traits<char>::eq_int_type('a', 'a'));
22 assert(!std::char_traits<char>::eq_int_type('a', 'A'));
23 assert(!std::char_traits<char>::eq_int_type(std::char_traits<char>::eof(), 'A'));
24 assert( std::char_traits<char>::eq_int_type(std::char_traits<char>::eof(),
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
21 assert( std::char_traits<wchar_t>::eq_int_type(L'a', L'a'));
22 assert(!std::char_traits<wchar_t>::eq_int_type(L'a', L'A'));
23 assert(!std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(), L'A'));
24 assert( std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
22 assert( std::char_traits<char16_t>::eq_int_type(u'a', u'a'));
23 assert(!std::char_traits<char16_t>::eq_int_type(u'a', u'A'));
24 assert(!std::char_traits<char16_t>::eq_int_type(std::char_traits<char16_t>::eof(), u'A'));
25 assert( std::char_traits<char16_t>::eq_int_type(std::char_traits<char16_t>::eof(),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
22 assert( std::char_traits<char32_t>::eq_int_type(U'a', U'a'));
23 assert(!std::char_traits<char32_t>::eq_int_type(U'a', U'A'));
24 assert(!std::char_traits<char32_t>::eq_int_type(std::char_traits<char32_t>::eof(), U'A'));
25 assert( std::char_traits<char32_t>::eq_int_type(std::char_traits<char32_t>::eof(),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
21 assert( std::char_traits<wchar_t>::eq_int_type(L'a', L'a'));
22 assert(!std::char_traits<wchar_t>::eq_int_type(L'a', L'A'));
23 assert(!std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(), L'A'));
24 assert( std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
21 assert( std::char_traits<wchar_t>::eq_int_type(L'a', L'a'));
22 assert(!std::char_traits<wchar_t>::eq_int_type(L'a', L'A'));
23 assert(!std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(), L'A'));
24 assert( std::char_traits<wchar_t>::eq_int_type(std::char_traits<wchar_t>::eof(),
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
25 assert( std::char_traits<char16_t>::eq_int_type(u'a', u'a'));
26 assert(!std::char_traits<char16_t>::eq_int_type(u'a', u'A'));
27 assert(!std::char_traits<char16_t>::eq_int_type(std::char_traits<char16_t>::eof(), u'A'));
29 assert( std::char_traits<char16_t>::eq_int_type(std::char_traits<char16_t>::eof(),
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
25 assert( std::char_traits<char32_t>::eq_int_type(U'a', U'a'));
26 assert(!std::char_traits<char32_t>::eq_int_type(U'a', U'A'));
27 assert(!std::char_traits<char32_t>::eq_int_type(std::char_traits<char32_t>::eof(), U'A'));
29 assert( std::char_traits<char32_t>::eq_int_type(std::char_traits<char32_t>::eof(),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
23 assert( std::char_traits<char16_t>::eq_int_type(u'a', u'a'));
24 assert(!std::char_traits<char16_t>::eq_int_type(u'a', u'A'));
25 assert(!std::char_traits<char16_t>::eq_int_type(std::char_traits<char16_t>::eof(), u'A'));
27 assert( std::char_traits<char16_t>::eq_int_type(std::char_traits<char16_t>::eof(),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eq_int_type.pass.cpp 14 // static constexpr bool eq_int_type(int_type c1, int_type c2);
23 assert( std::char_traits<char32_t>::eq_int_type(U'a', U'a'));
24 assert(!std::char_traits<char32_t>::eq_int_type(U'a', U'A'));
25 assert(!std::char_traits<char32_t>::eq_int_type(std::char_traits<char32_t>::eof(), U'A'));
27 assert( std::char_traits<char32_t>::eq_int_type(std::char_traits<char32_t>::eof(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 183 if (!traits_type::eq_int_type(_M_c, __eof))
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
198 return traits_type::eq_int_type(_M_get(), __eof);
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival))
399 if (!traits_type::eq_int_type(__c, traits_type::eof()))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 183 if (!traits_type::eq_int_type(_M_c, __eof))
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
198 return traits_type::eq_int_type(_M_get(), __eof);
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival))
399 if (!traits_type::eq_int_type(__c, traits_type::eof()))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 183 if (!traits_type::eq_int_type(_M_c, __eof))
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
198 return traits_type::eq_int_type(_M_get(), __eof);
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival))
399 if (!traits_type::eq_int_type(__c, traits_type::eof()))
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 183 if (!traits_type::eq_int_type(_M_c, __eof))
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
198 return traits_type::eq_int_type(_M_get(), __eof);
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival))
399 if (!traits_type::eq_int_type(__c, traits_type::eof()))
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 183 if (!traits_type::eq_int_type(_M_c, __eof))
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
198 return traits_type::eq_int_type(_M_get(), __eof);
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival))
399 if (!traits_type::eq_int_type(__c, traits_type::eof()))
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 183 if (!traits_type::eq_int_type(_M_c, __eof))
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
198 return traits_type::eq_int_type(_M_get(), __eof);
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
382 while (!traits_type::eq_int_type(__c, traits_type::eof())
383 && !traits_type::eq_int_type(__c, __ival))
399 if (!traits_type::eq_int_type(__c, traits_type::eof()))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
249 if (traits_type::eq_int_type(__c, __eof))
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
249 if (traits_type::eq_int_type(__c, __eof))
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
249 if (traits_type::eq_int_type(__c, __eof))
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
249 if (traits_type::eq_int_type(__c, __eof))
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 69 if (!_Traits::eq_int_type(__c, __eof)) {
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)),
141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
249 if (traits_type::eq_int_type(__c, __eof))
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 69 if (!_Traits::eq_int_type(__c, __eof)) {
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)),
141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?

Completed in 1213 milliseconds

1 2 3 4