HomeSort by relevance Sort by last modified time
    Searched refs:char_type (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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*, std::streamsize)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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*, std::streamsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]
  /external/libcxx/test/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/re/re.traits/
types.pass.cpp 17 // typedef charT char_type;
18 // typedef basic_string<char_type> string_type;
27 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
30 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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/
types.pass.cpp 17 // typedef charT char_type;
18 // typedef basic_string<char_type> string_type;
27 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
30 static_assert((std::is_same<std::regex_traits<wchar_t>::char_type, wchar_t>::value), "");
  /external/libchrome/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/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* pbase() const {return base::pbase();}
34 char_type* pptr() const {return base::pptr();}
35 char_type* epptr() const {return base::epptr();}
underflow.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();}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* pbase() const {return base::pbase();}
34 char_type* pptr() const {return base::pptr();}
35 char_type* epptr() const {return base::epptr();}

Completed in 1254 milliseconds

12 3 4 5 6 7 8