HomeSort by relevance Sort by last modified time
    Searched full:char_type (Results 1 - 25 of 1096) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_char_traits.i 21 typedef char char_type;
28 assign(char_type& __c1, const char_type& __c2);
31 eq(const char_type& __c1, const char_type& __c2);
34 lt(const char_type& __c1, const char_type& __c2);
37 compare(const char_type* __s1, const char_type* __s2, size_t __n);
40 length(const char_type* __s)
    [all...]
  /external/libcxx/test/support/
constexpr_char_traits.hpp 21 typedef _CharT char_type; typedef in struct:constexpr_char_traits
27 static _LIBCPP_CONSTEXPR_AFTER_CXX11 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT
30 static _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
33 static _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
36 static _LIBCPP_CONSTEXPR_AFTER_CXX11 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
37 static _LIBCPP_CONSTEXPR_AFTER_CXX11 size_t length(const char_type* __s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 85 typedef _CharT char_type; typedef in struct:char_traits
92 assign(char_type& __c1, const char_type& __c2)
96 eq(const char_type& __c1, const char_type& __c2)
100 lt(const char_type& __c1, const char_type& __c2)
104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
107 length(const char_type* __s)
235 typedef char char_type; typedef in struct:char_traits
306 typedef wchar_t char_type; typedef in struct:char_traits
385 typedef char16_t char_type; typedef in struct:char_traits
478 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 85 typedef _CharT char_type; typedef in struct:char_traits
92 assign(char_type& __c1, const char_type& __c2)
96 eq(const char_type& __c1, const char_type& __c2)
100 lt(const char_type& __c1, const char_type& __c2)
104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
107 length(const char_type* __s)
235 typedef char char_type; typedef in struct:char_traits
306 typedef wchar_t char_type; typedef in struct:char_traits
385 typedef char16_t char_type; typedef in struct:char_traits
478 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
char_traits.h 85 typedef _CharT char_type; typedef in struct:char_traits
92 assign(char_type& __c1, const char_type& __c2)
96 eq(const char_type& __c1, const char_type& __c2)
100 lt(const char_type& __c1, const char_type& __c2)
104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
107 length(const char_type* __s)
235 typedef char char_type; typedef in struct:char_traits
306 typedef wchar_t char_type; typedef in struct:char_traits
385 typedef char16_t char_type; typedef in struct:char_traits
478 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 92 typedef _CharT char_type; typedef in struct:char_traits
99 assign(char_type& __c1, const char_type& __c2)
103 eq(const char_type& __c1, const char_type& __c2)
107 lt(const char_type& __c1, const char_type& __c2)
111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
114 length(const char_type* __s)
239 typedef char char_type; typedef in struct:char_traits
310 typedef wchar_t char_type; typedef in struct:char_traits
386 typedef char16_t char_type; typedef in struct:char_traits
479 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 92 typedef _CharT char_type; typedef in struct:char_traits
99 assign(char_type& __c1, const char_type& __c2)
103 eq(const char_type& __c1, const char_type& __c2)
107 lt(const char_type& __c1, const char_type& __c2)
111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
114 length(const char_type* __s)
239 typedef char char_type; typedef in struct:char_traits
310 typedef wchar_t char_type; typedef in struct:char_traits
386 typedef char16_t char_type; typedef in struct:char_traits
479 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 92 typedef _CharT char_type; typedef in struct:char_traits
99 assign(char_type& __c1, const char_type& __c2)
103 eq(const char_type& __c1, const char_type& __c2)
107 lt(const char_type& __c1, const char_type& __c2)
111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
114 length(const char_type* __s)
239 typedef char char_type; typedef in struct:char_traits
310 typedef wchar_t char_type; typedef in struct:char_traits
386 typedef char16_t char_type; typedef in struct:char_traits
479 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h 92 typedef _CharT char_type; typedef in struct:char_traits
99 assign(char_type& __c1, const char_type& __c2)
103 eq(const char_type& __c1, const char_type& __c2)
107 lt(const char_type& __c1, const char_type& __c2)
111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
114 length(const char_type* __s)
239 typedef char char_type; typedef in struct:char_traits
310 typedef wchar_t char_type; typedef in struct:char_traits
386 typedef char16_t char_type; typedef in struct:char_traits
479 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 87 typedef _CharT char_type; typedef in struct:char_traits
94 assign(char_type& __c1, const char_type& __c2)
98 eq(const char_type& __c1, const char_type& __c2)
102 lt(const char_type& __c1, const char_type& __c2)
106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
109 length(const char_type* __s)
237 typedef char char_type; typedef in struct:char_traits
308 typedef wchar_t char_type; typedef in struct:char_traits
387 typedef char16_t char_type; typedef in struct:char_traits
480 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 87 typedef _CharT char_type; typedef in struct:char_traits
94 assign(char_type& __c1, const char_type& __c2)
98 eq(const char_type& __c1, const char_type& __c2)
102 lt(const char_type& __c1, const char_type& __c2)
106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
109 length(const char_type* __s)
237 typedef char char_type; typedef in struct:char_traits
308 typedef wchar_t char_type; typedef in struct:char_traits
387 typedef char16_t char_type; typedef in struct:char_traits
480 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 87 typedef _CharT char_type; typedef in struct:char_traits
94 assign(char_type& __c1, const char_type& __c2)
98 eq(const char_type& __c1, const char_type& __c2)
102 lt(const char_type& __c1, const char_type& __c2)
106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
109 length(const char_type* __s)
237 typedef char char_type; typedef in struct:char_traits
308 typedef wchar_t char_type; typedef in struct:char_traits
387 typedef char16_t char_type; typedef in struct:char_traits
480 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 87 typedef _CharT char_type; typedef in struct:char_traits
94 assign(char_type& __c1, const char_type& __c2)
98 eq(const char_type& __c1, const char_type& __c2)
102 lt(const char_type& __c1, const char_type& __c2)
106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
109 length(const char_type* __s)
237 typedef char char_type; typedef in struct:char_traits
308 typedef wchar_t char_type; typedef in struct:char_traits
387 typedef char16_t char_type; typedef in struct:char_traits
480 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 85 typedef _CharT char_type; typedef in struct:char_traits
92 assign(char_type& __c1, const char_type& __c2)
96 eq(const char_type& __c1, const char_type& __c2)
100 lt(const char_type& __c1, const char_type& __c2)
104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
107 length(const char_type* __s)
235 typedef char char_type; typedef in struct:char_traits
306 typedef wchar_t char_type; typedef in struct:char_traits
385 typedef char16_t char_type; typedef in struct:char_traits
478 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
char_traits.h 85 typedef _CharT char_type; typedef in struct:char_traits
92 assign(char_type& __c1, const char_type& __c2)
96 eq(const char_type& __c1, const char_type& __c2)
100 lt(const char_type& __c1, const char_type& __c2)
104 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
107 length(const char_type* __s)
235 typedef char char_type; typedef in struct:char_traits
310 typedef wchar_t char_type; typedef in struct:char_traits
389 typedef char16_t char_type; typedef in struct:char_traits
482 typedef char32_t char_type; typedef in struct:char_traits
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 40 // NB: The char_type parameter is a subset of int_type, as to allow
41 // int_type to properly hold the full range of char_type values as
50 typedef character<V, I, S> char_type; typedef in struct:character
55 static char_type
58 char_type ret = { static_cast<value_type>(v) };
64 to(const char_type& c)
90 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
91 typedef typename char_type::int_type int_type;
92 typedef typename char_type::state_type state_type;
97 assign(char_type& __c1, const char_type& __c2
    [all...]

Completed in 1130 milliseconds

1 2 3 4 5 6 7 8 91011>>