HomeSort by relevance Sort by last modified time
    Searched full:char_type (Results 1 - 25 of 1234) 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 22 typedef _CharT char_type; typedef in struct:constexpr_char_traits
28 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT
31 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT
34 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT
37 static TEST_CONSTEXPR_CXX14 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
38 static TEST_CONSTEXPR_CXX14 size_t length(const char_type* __s)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
constexpr_char_traits.hpp 21 typedef _CharT char_type; typedef in struct:constexpr_char_traits
27 static TEST_CONSTEXPR_CXX14 void assign(char_type& __c1, const char_type& __c2) TEST_NOEXCEPT
30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT
36 static TEST_CONSTEXPR_CXX14 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
37 static TEST_CONSTEXPR_CXX14 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/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /external/libcxx/include/
__string 23 typedef charT char_type;
29 static constexpr void assign(char_type& c1, const char_type& c2) noexcept;
30 static constexpr bool eq(char_type c1, char_type c2) noexcept;
31 static constexpr bool lt(char_type c1, char_type c2) noexcept;
33 static constexpr int compare(const char_type* s1, const char_type* s2, size_t n);
34 static constexpr size_t length(const char_type* s)
    [all...]
__locale 200 typedef _CharT char_type;
201 typedef basic_string<char_type> string_type;
208 int compare(const char_type* __lo1, const char_type* __hi1,
209 const char_type* __lo2, const char_type* __hi2) const
215 string_type transform(const char_type* __lo, const char_type* __hi) const
221 long hash(const char_type* __lo, const char_type* __hi) cons
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__string 23 typedef charT char_type;
29 static constexpr void assign(char_type& c1, const char_type& c2) noexcept;
30 static constexpr bool eq(char_type c1, char_type c2) noexcept;
31 static constexpr bool lt(char_type c1, char_type c2) noexcept;
33 static constexpr int compare(const char_type* s1, const char_type* s2, size_t n);
34 static constexpr size_t length(const char_type* s)
    [all...]
__locale 200 typedef _CharT char_type;
201 typedef basic_string<char_type> string_type;
208 int compare(const char_type* __lo1, const char_type* __hi1,
209 const char_type* __lo2, const char_type* __hi2) const
215 string_type transform(const char_type* __lo, const char_type* __hi) const
221 long hash(const char_type* __lo, const char_type* __hi) cons
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__string 23 typedef charT char_type;
29 static constexpr void assign(char_type& c1, const char_type& c2) noexcept;
30 static constexpr bool eq(char_type c1, char_type c2) noexcept;
31 static constexpr bool lt(char_type c1, char_type c2) noexcept;
33 static constexpr int compare(const char_type* s1, const char_type* s2, size_t n);
34 static constexpr size_t length(const char_type* s)
    [all...]
__locale 200 typedef _CharT char_type;
201 typedef basic_string<char_type> string_type;
208 int compare(const char_type* __lo1, const char_type* __hi1,
209 const char_type* __lo2, const char_type* __hi2) const
215 string_type transform(const char_type* __lo, const char_type* __hi) const
221 long hash(const char_type* __lo, const char_type* __hi) cons
    [all...]
  /prebuilts/ndk/r10/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/r11/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/r13/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/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/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
__locale 184 typedef _CharT char_type;
185 typedef basic_string<char_type> string_type;
192 int compare(const char_type* __lo1, const char_type* __hi1,
193 const char_type* __lo2, const char_type* __hi2) const
199 string_type transform(const char_type* __lo, const char_type* __hi) const
205 long hash(const char_type* __lo, const char_type* __hi) cons
    [all...]

Completed in 3690 milliseconds

1 2 3 4 5 6 7 8 91011>>