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

1 2 3 4 56 7 8 91011>>

  /external/libcxx/test/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();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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();}
  /external/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
    [all...]
_istream.h 74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __s, streamsize __n)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
    [all...]
_istream.h 74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
    [all...]
_istream.h 74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
    [all...]
_istream.h 74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
    [all...]
_istream.h 74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
    [all...]
_istream.h 74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __s, streamsize __n)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.c 53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
    [all...]
_istream.h 74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __s, streamsize __n)
    [all...]
  /external/stlport/test/eh/
locale.cpp 42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc()); local
43 if(char_type.is(ctype_base::upper, '?')) puts("Upper");
44 if(char_type.is(ctype_base::lower, '?')) puts("Lower");
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 167 typedef _CharT char_type;
225 char_type
228 char_type
229 fill(char_type __ch);
236 narrow(char_type __c, char __dfault) const;
238 char_type
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstream/
types.pass.cpp 17 // typedef char char_type;
28 static_assert((std::is_same<std::strstream::char_type, char>::value), "");
  /external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/
types.pass.cpp 18 // typedef char char_type;
34 static_assert((std::is_same<std::ctype<char>::char_type, char>::value), "");
  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
types.pass.cpp 14 // typedef char char_type;
25 static_assert((std::is_same<std::char_traits<char>::char_type, char>::value), "");
  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
types.pass.cpp 14 // typedef char16_t char_type;
27 static_assert((std::is_same<std::char_traits<char16_t>::char_type, char16_t>::value), "");
  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
types.pass.cpp 14 // typedef char32_t char_type;
27 static_assert((std::is_same<std::char_traits<char32_t>::char_type, char32_t>::value), "");

Completed in 1612 milliseconds

1 2 3 4 56 7 8 91011>>