HomeSort by relevance Sort by last modified time
    Searched refs:char_type (Results 76 - 100 of 581) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp 24 typedef typename base::char_type char_type; typedef in struct:test_buf
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp 24 typedef typename base::char_type char_type; typedef in struct:test_buf
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.hpp 46 unit_test::readwrite_property<char_type> p_separator;
49 void init( int argc, char_type** argv );
50 void remainder( int& argc, char_type** argv );
60 bool match_front( char_type c );
81 shared_array<char_type> m_remainder;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_streambuf.i 17 typedef _CharT char_type;
36 pubsetbuf(char_type* __s, streamsize __n);
64 sgetn(char_type* __s, streamsize __n);
68 sputbackc(char_type __c);
75 sputc(char_type __c);
78 sputn(const char_type* __s, streamsize __n);
  /external/libcxx/test/input.output/iostream.format/quoted.manip/
quoted_traits.fail.cpp 24 typedef charT char_type; typedef in struct:test_traits
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetn.pass.cpp 15 // streamsize sgetn(char_type* s, streamsize n);
28 std::streamsize xsgetn(char_type* s, std::streamsize n)
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 15 // streamsize sputn(const char_type* s, streamsize n);
28 std::streamsize xsputn(const char_type* s, std::streamsize n)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
quoted_traits.fail.cpp 24 typedef charT char_type; typedef in struct:test_traits
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetn.pass.cpp 15 // streamsize sgetn(char_type* s, streamsize n);
28 std::streamsize xsgetn(char_type* s, std::streamsize n)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 15 // streamsize sputn(const char_type* s, streamsize n);
28 std::streamsize xsputn(const char_type* s, std::streamsize n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_ios.h 73 typedef _CharT char_type; typedef in class:basic_ios
94 mutable char_type _M_fill;
361 char_type
381 char_type
382 fill(char_type __ch)
384 char_type __old = this->fill();
410 * Maps a character of @c char_type to a character of @c char,
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const
430 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 75 typedef _CharT char_type; typedef in class:basic_ios
96 mutable char_type _M_fill;
363 char_type
383 char_type
384 fill(char_type __ch)
386 char_type __old = this->fill();
412 * Maps a character of @c char_type to a character of @c char,
417 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
424 narrow(char_type __c, char __dfault) const
432 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 75 typedef _CharT char_type; typedef in class:basic_ios
96 mutable char_type _M_fill;
363 char_type
383 char_type
384 fill(char_type __ch)
386 char_type __old = this->fill();
412 * Maps a character of @c char_type to a character of @c char,
417 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
424 narrow(char_type __c, char __dfault) const
432 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 71 typedef _CharT char_type; typedef in class:basic_ios
92 mutable char_type _M_fill;
359 char_type
379 char_type
380 fill(char_type __ch)
382 char_type __old = this->fill();
408 * Maps a character of @c char_type to a character of @c char,
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const
428 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 71 typedef _CharT char_type; typedef in class:basic_ios
92 mutable char_type _M_fill;
359 char_type
379 char_type
380 fill(char_type __ch)
382 char_type __old = this->fill();
408 * Maps a character of @c char_type to a character of @c char,
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const
428 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 71 typedef _CharT char_type; typedef in class:basic_ios
92 mutable char_type _M_fill;
359 char_type
379 char_type
380 fill(char_type __ch)
382 char_type __old = this->fill();
408 * Maps a character of @c char_type to a character of @c char,
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const
428 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 71 typedef _CharT char_type; typedef in class:basic_ios
92 mutable char_type _M_fill;
359 char_type
379 char_type
380 fill(char_type __ch)
382 char_type __old = this->fill();
408 * Maps a character of @c char_type to a character of @c char,
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const
428 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 73 typedef _CharT char_type; typedef in class:basic_ios
94 mutable char_type _M_fill;
361 char_type
381 char_type
382 fill(char_type __ch)
384 char_type __old = this->fill();
410 * Maps a character of @c char_type to a character of @c char,
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const
430 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 73 typedef _CharT char_type; typedef in class:basic_ios
94 mutable char_type _M_fill;
361 char_type
381 char_type
382 fill(char_type __ch)
384 char_type __old = this->fill();
410 * Maps a character of @c char_type to a character of @c char,
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const
430 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 73 typedef _CharT char_type; typedef in class:basic_ios
94 mutable char_type _M_fill;
361 char_type
381 char_type
382 fill(char_type __ch)
384 char_type __old = this->fill();
410 * Maps a character of @c char_type to a character of @c char,
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const
430 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 73 typedef _CharT char_type; typedef in class:basic_ios
94 mutable char_type _M_fill;
361 char_type
381 char_type
382 fill(char_type __ch)
384 char_type __old = this->fill();
410 * Maps a character of @c char_type to a character of @c char,
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const
430 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 75 typedef _CharT char_type; typedef in class:basic_ios
96 mutable char_type _M_fill;
363 char_type
383 char_type
384 fill(char_type __ch)
386 char_type __old = this->fill();
412 * Maps a character of @c char_type to a character of @c char,
417 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
424 narrow(char_type __c, char __dfault) const
432 * Maps a character of @c char to a character of @c char_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 75 typedef _CharT char_type; typedef in class:basic_ios
96 mutable char_type _M_fill;
363 char_type
383 char_type
384 fill(char_type __ch)
386 char_type __old = this->fill();
412 * Maps a character of @c char_type to a character of @c char,
417 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
424 narrow(char_type __c, char __dfault) const
432 * Maps a character of @c char to a character of @c char_type
    [all...]

Completed in 587 milliseconds

1 2 34 5 6 7 8 91011>>