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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 42 // NB: The char_type parameter is a subset of int_type, as to allow
43 // int_type to properly hold the full range of char_type values as
52 typedef character<V, I, S> char_type; typedef in struct:character
57 static char_type
60 char_type ret = { static_cast<value_type>(v) };
66 to(const char_type& c)
95 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
96 typedef typename char_type::int_type int_type;
97 typedef typename char_type::state_type state_type;
102 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 45 // NB: The char_type parameter is a subset of int_type, as to allow
46 // int_type to properly hold the full range of char_type values as
55 typedef character<V, I, S> char_type; typedef in struct:character
60 static char_type
63 char_type ret = { static_cast<value_type>(v) };
69 to(const char_type& c)
98 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
99 typedef typename char_type::int_type int_type;
100 typedef typename char_type::state_type state_type;
105 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 42 // NB: The char_type parameter is a subset of int_type, as to allow
43 // int_type to properly hold the full range of char_type values as
52 typedef character<V, I, S> char_type; typedef in struct:character
57 static char_type
60 char_type ret = { static_cast<value_type>(v) };
66 to(const char_type& c)
95 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
96 typedef typename char_type::int_type int_type;
97 typedef typename char_type::state_type state_type;
102 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 45 // NB: The char_type parameter is a subset of int_type, as to allow
46 // int_type to properly hold the full range of char_type values as
55 typedef character<V, I, S> char_type; typedef in struct:character
60 static char_type
63 char_type ret = { static_cast<value_type>(v) };
69 to(const char_type& c)
98 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
99 typedef typename char_type::int_type int_type;
100 typedef typename char_type::state_type state_type;
105 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pod_char_traits.h 44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
54 typedef character<V, I, S> char_type; typedef in struct:character
59 static char_type
62 char_type ret = { static_cast<value_type>(v) };
68 to(const char_type& c)
97 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
98 typedef typename char_type::int_type int_type;
99 typedef typename char_type::state_type state_type;
104 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pod_char_traits.h 44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
54 typedef character<_Value, _Int, _St> char_type; typedef in struct:character
59 static char_type
62 char_type ret = { static_cast<value_type>(v) };
68 to(const char_type& c)
99 typedef __gnu_cxx::character<_Value, _Int, _St> char_type; typedef in struct:char_traits
100 typedef typename char_type::int_type int_type;
101 typedef typename char_type::state_type state_type;
106 assign(char_type& __c1, const char_type& __c2
    [all...]
  /external/stlport/stlport/stl/
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_collatename.xlocale.pass.cpp 23 template <class char_type>
25 test(const char_type* A, const std::basic_string<char_type>& expected)
27 std::regex_traits<char_type> t;
28 typedef forward_iterator<const char_type*> F;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
156 * It does so by returning the value of ctype<char_type>::do_is().
158 * @param c The char_type to compare the mask of.
163 is(mask __m, char_type __c) const
169 * This function finds the mask for each char_type in the range [lo,hi)
172 * ctype<char_type>::do_is().
179 const char_type*
180 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
610 typedef _CharT char_type; typedef in class:ctype
680 typedef char char_type; typedef in class:ctype
1181 typedef wchar_t char_type; typedef in class:ctype
1648 typedef _CharT char_type; typedef in class:numpunct
1878 typedef _CharT char_type; typedef in class:numpunct_byname
1922 typedef _CharT char_type; typedef in class:num_get
2260 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 148 typedef _CharT char_type; typedef in class:__ctype_abstract_base
151 * @brief Test char_type classification.
155 * ctype<char_type>::do_is().
157 * @param __c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1647 typedef _CharT char_type; typedef in class:numpunct
1877 typedef _CharT char_type; typedef in class:numpunct_byname
1921 typedef _CharT char_type; typedef in class:num_get
2260 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h 148 typedef _CharT char_type; typedef in class:__ctype_abstract_base
151 * @brief Test char_type classification.
155 * ctype<char_type>::do_is().
157 * @param __c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1647 typedef _CharT char_type; typedef in class:numpunct
1877 typedef _CharT char_type; typedef in class:numpunct_byname
1921 typedef _CharT char_type; typedef in class:num_get
2260 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
156 * It does so by returning the value of ctype<char_type>::do_is().
158 * @param c The char_type to compare the mask of.
163 is(mask __m, char_type __c) const
169 * This function finds the mask for each char_type in the range [lo,hi)
172 * ctype<char_type>::do_is().
179 const char_type*
180 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
610 typedef _CharT char_type; typedef in class:ctype
680 typedef char char_type; typedef in class:ctype
1181 typedef wchar_t char_type; typedef in class:ctype
1648 typedef _CharT char_type; typedef in class:numpunct
1878 typedef _CharT char_type; typedef in class:numpunct_byname
1922 typedef _CharT char_type; typedef in class:num_get
2260 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
157 * ctype<char_type>::do_is().
159 * @param __c The char_type to compare the mask of.
164 is(mask __m, char_type __c) const
170 * This function finds the mask for each char_type in the range [lo,hi)
173 * ctype<char_type>::do_is().
180 const char_type*
181 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
611 typedef _CharT char_type; typedef in class:ctype
681 typedef char char_type; typedef in class:ctype
1182 typedef wchar_t char_type; typedef in class:ctype
1649 typedef _CharT char_type; typedef in class:numpunct
1879 typedef _CharT char_type; typedef in class:numpunct_byname
1923 typedef _CharT char_type; typedef in class:num_get
2259 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
156 * It does so by returning the value of ctype<char_type>::do_is().
158 * @param c The char_type to compare the mask of.
163 is(mask __m, char_type __c) const
169 * This function finds the mask for each char_type in the range [lo,hi)
172 * ctype<char_type>::do_is().
179 const char_type*
180 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
610 typedef _CharT char_type; typedef in class:ctype
680 typedef char char_type; typedef in class:ctype
1181 typedef wchar_t char_type; typedef in class:ctype
1648 typedef _CharT char_type; typedef in class:numpunct
1878 typedef _CharT char_type; typedef in class:numpunct_byname
1922 typedef _CharT char_type; typedef in class:num_get
2260 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
157 * ctype<char_type>::do_is().
159 * @param __c The char_type to compare the mask of.
164 is(mask __m, char_type __c) const
170 * This function finds the mask for each char_type in the range [lo,hi)
173 * ctype<char_type>::do_is().
180 const char_type*
181 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
611 typedef _CharT char_type; typedef in class:ctype
681 typedef char char_type; typedef in class:ctype
1182 typedef wchar_t char_type; typedef in class:ctype
1649 typedef _CharT char_type; typedef in class:numpunct
1879 typedef _CharT char_type; typedef in class:numpunct_byname
1923 typedef _CharT char_type; typedef in class:num_get
2259 typedef _CharT char_type; typedef in class:num_put
    [all...]

Completed in 1445 milliseconds

12 3 4 5 6 7 8 91011>>