HomeSort by relevance Sort by last modified time
    Searched refs:traits_type (Results 226 - 250 of 458) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
CharT_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
unsigned_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
unsigned_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
  /external/libcxx/test/strings/basic.string/string.cons/
pointer_alloc.pass.cpp 27 typedef typename S::traits_type T;
43 typedef typename S::traits_type T;
pointer_size_alloc.pass.cpp 27 typedef typename S::traits_type T;
42 typedef typename S::traits_type T;
  /external/stlport/src/
strstream.cpp 117 if (c == traits_type::eof())
118 return traits_type::not_eof(c);
148 *pptr() = traits_type::to_char_type(c);
153 return traits_type::eof();
158 if (c == traits_type::eof()) {
160 return traits_type::not_eof(c);
168 *gptr() = traits_type::to_char_type(c);
173 return traits_type::eof();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof())
38 if (__c != base::traits_type::eof())
put_time.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof())
38 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
CharT_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
char_to_wide_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
signed_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
unsigned_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011>>