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

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 18 // typedef charT char_type;
32 static_assert((std::is_same<I1::char_type, char>::value), "");
39 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 18 // typedef charT char_type;
31 static_assert((std::is_same<I1::char_type, char>::value), "");
37 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 18 // typedef _CharT char_type;
30 static_assert((std::is_same<std::messages<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::messages<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_get<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp 17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_put<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_put<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_get<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
types.pass.cpp 24 // typedef charT char_type;
37 static_assert((std::is_same<std::time_get<char>::char_type, char>::value), "");
38 static_assert((std::is_same<std::time_get<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::time_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::time_put<wchar_t>::char_type, wchar_t>::value), "");
  /external/libcxx/test/re/re.traits/
types.pass.cpp 17 // typedef charT char_type;
18 // typedef basic_string<char_type> string_type;
26 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::regex_traits<wchar_t>::char_type, wchar_t>::value), "");
  /external/oprofile/include/
sstream 40 typedef char char_type;
61 stream = new char_type[stream_len];
87 stream = new char_type[stream_len];
110 char_type* new_stream = new char_type[stream_len];
127 setbuf(char_type* s, streamsize n)
132 stream = new char_type[n];
150 char_type* beg = stream;
151 char_type* curi = NULL;
152 char_type* curo = NULL
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 18 // typedef charT char_type;
32 static_assert((std::is_same<I1::char_type, char>::value), "");
39 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 18 // typedef charT char_type;
31 static_assert((std::is_same<I1::char_type, char>::value), "");
37 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 18 // typedef _CharT char_type;
30 static_assert((std::is_same<std::messages<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::messages<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_get<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp 17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_put<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_put<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_get<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/
types.pass.cpp 24 // typedef charT char_type;
37 static_assert((std::is_same<std::time_get<char>::char_type, char>::value), "");
38 static_assert((std::is_same<std::time_get<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/
types.pass.cpp 17 // typedef charT char_type;
28 static_assert((std::is_same<std::time_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::time_put<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
types.pass.cpp 17 // typedef charT char_type;
18 // typedef basic_string<char_type> string_type;
26 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::regex_traits<wchar_t>::char_type, wchar_t>::value), "");
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 33 typedef _CharT char_type;
114 put(char_type __c);
117 write(const char_type* __s, streamsize __n);
140 typedef _CharT char_type;
216 get(char_type& __c);
219 get(char_type* __s, streamsize __n, char_type __delim);
222 get(char_type* __s, streamsize __n);
225 get(basic_streambuf<_CharT, _Traits>& __sb, char_type __delim);
231 getline(char_type* __s, streamsize __n, char_type __delim)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
char_parameter.hpp 63 explicit char_parameter_t( char_type name ) : base( cstring( &name, 1 ) ) {}
70 char_parameter( char_type name )
78 char_parameter( char_type name )
  /external/chromium_org/base/strings/
string_tokenizer.h 94 typedef typename str::value_type char_type; typedef in class:base::StringTokenizerT
209 bool IsDelim(char_type c) const {
213 bool IsQuote(char_type c) const {
220 char_type quote_char;
225 bool AdvanceOne(AdvanceState* state, char_type c) {
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 27 typedef typename base::char_type char_type; typedef in struct:test_buf
31 char_type* eback() const {return base::eback();}
32 char_type* gptr() const {return base::gptr();}
33 char_type* egptr() const {return base::egptr();}

Completed in 567 milliseconds

1 2 3 45 6 7 8 91011>>