HomeSort by relevance Sort by last modified time
    Searched full:char_type (Results 251 - 275 of 731) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_ostringstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringbuf<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
compare.pass.cpp 14 // static int compare(const char_type* s1, const char_type* s2, size_t n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
compare.pass.cpp 14 // static int compare(const char_type* s1, const char_type* s2, size_t n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
compare.pass.cpp 14 // static int compare(const char_type* s1, const char_type* s2, size_t n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
compare.pass.cpp 14 // static int compare(const char_type* s1, const char_type* s2, size_t n);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
fstream 76 typedef _CharT char_type;
82 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
83 typedef basic_filebuf<char_type, traits_type> __filebuf_type;
86 typedef codecvt<char_type, char, __state_type> __codecvt_type;
114 char_type* _M_buf;
142 char_type _M_pback;
143 char_type* _M_pback_cur_save;
144 char_type* _M_pback_end_save;
334 _M_convert_to_external(char_type*, streamsize);
349 setbuf(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fstream 76 typedef _CharT char_type;
82 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
83 typedef basic_filebuf<char_type, traits_type> __filebuf_type;
86 typedef codecvt<char_type, char, __state_type> __codecvt_type;
114 char_type* _M_buf;
142 char_type _M_pback;
143 char_type* _M_pback_cur_save;
144 char_type* _M_pback_end_save;
334 _M_convert_to_external(char_type*, streamsize);
349 setbuf(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fstream 76 typedef _CharT char_type;
82 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
83 typedef basic_filebuf<char_type, traits_type> __filebuf_type;
86 typedef codecvt<char_type, char, __state_type> __codecvt_type;
114 char_type* _M_buf;
142 char_type _M_pback;
143 char_type* _M_pback_cur_save;
144 char_type* _M_pback_end_save;
334 _M_convert_to_external(char_type*, streamsize);
349 setbuf(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
fstream 76 typedef _CharT char_type;
82 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
83 typedef basic_filebuf<char_type, traits_type> __filebuf_type;
86 typedef codecvt<char_type, char, __state_type> __codecvt_type;
114 char_type* _M_buf;
142 char_type _M_pback;
143 char_type* _M_pback_cur_save;
144 char_type* _M_pback_end_save;
336 _M_convert_to_external(char_type*, streamsize);
351 setbuf(char_type* __s, streamsize __n)
    [all...]
  /external/clang/test/CXX/except/except.spec/
canonical.cpp 21 typedef typename _Traits::char_type value_type;
  /external/clang/test/SemaCXX/
crashes.cpp 218 typedef _CharT char_type; typedef in struct:pr12791::basic_stringbuf
219 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
220 __string_type str() const {__string_type((char_type*)0,(char_type*)0);}
  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted_traits.fail.cpp 24 typedef charT char_type; typedef in struct:test_traits
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
fill.pass.cpp 14 // char_type fill() const;
narow.pass.cpp 14 // char narrow(char_type c, char dfault) const;
widen.pass.cpp 14 // char_type widen(char c) const;
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubsetbuf.pass.cpp 15 // basic_streambuf* pubsetbuf(char_type* s, streamsize n);
  /external/libcxx/test/std/strings/basic.string/
test_traits.h 16 typedef charT char_type; typedef in struct:test_traits
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);

Completed in 492 milliseconds

<<11121314151617181920>>