HomeSort by relevance Sort by last modified time
    Searched refs:to_int_type (Results 1 - 24 of 24) sorted by null

  /external/libcxx/test/std/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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);
  /external/libcxx/test/std/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);
25 assert(std::char_traits<char16_t>::to_int_type(u'a') == u'a');
26 assert(std::char_traits<char16_t>::to_int_type(u'A') == u'A');
28 assert(std::char_traits<char16_t>::to_int_type(0) == 0);
  /external/libcxx/test/std/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);
25 assert(std::char_traits<char32_t>::to_int_type(U'a') == U'a');
26 assert(std::char_traits<char32_t>::to_int_type(U'A') == U'A');
28 assert(std::char_traits<char32_t>::to_int_type(0) == 0);
  /external/libcxx/test/std/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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);
25 assert(std::char_traits<char16_t>::to_int_type(u'a') == u'a');
26 assert(std::char_traits<char16_t>::to_int_type(u'A') == u'A');
28 assert(std::char_traits<char16_t>::to_int_type(0) == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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);
25 assert(std::char_traits<char32_t>::to_int_type(U'a') == U'a');
26 assert(std::char_traits<char32_t>::to_int_type(U'A') == U'A');
28 assert(std::char_traits<char32_t>::to_int_type(0) == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_char_traits.i 60 to_int_type(const char_type& __c);
114 to_int_type(const char_type& __c) ;
  /frameworks/native/services/vr/performanced/
stdio_filebuf.h 171 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF)
175 __last_consumed_ = traits_type::to_int_type(__1buf);
176 return traits_type::to_int_type(__1buf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 126 to_int_type(const char_type& __c) function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
284 to_int_type(const char_type& __c) _GLIBCXX_NOEXCEPT
353 to_int_type(const char_type& __c) _GLIBCXX_NOEXCEPT
459 to_int_type(const char_type& __c) noexcept
552 to_int_type(const char_type& __c) noexcept
streambuf_iterator.h 379 const int_type __ival = traits_type::to_int_type(__val);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
char_traits.h 126 to_int_type(const char_type& __c) function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
284 to_int_type(const char_type& __c) _GLIBCXX_NOEXCEPT
353 to_int_type(const char_type& __c) _GLIBCXX_NOEXCEPT
459 to_int_type(const char_type& __c) noexcept
552 to_int_type(const char_type& __c) noexcept
streambuf_iterator.h 379 const int_type __ival = traits_type::to_int_type(__val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
pod_char_traits.h 168 to_int_type(const char_type& __c) function in struct:char_traits
  /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 213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
pod_char_traits.h 168 to_int_type(const char_type& __c) function in struct:char_traits
  /external/libchrome/base/strings/
string16.h 124 static int_type to_int_type(const char_type& c) {
  /external/libcxx/test/support/
constexpr_char_traits.hpp 50 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
constexpr_char_traits.hpp 50 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT
  /external/zlib/src/contrib/iostream3/
zfstream.cc 189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/
zfstream.cc 189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));
  /external/xmlrpcpp/src/
base64.h 370 if(_Ch == _Tr::to_int_type('='))

Completed in 283 milliseconds