HomeSort by relevance Sort by last modified time
    Searched refs:__c2 (Results 1 - 25 of 70) sorted by null

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_char_traits.i 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);
63 eq_int_type(const int_type& __c1, const int_type& __c2);
84 assign(char_type& __c1, const char_type& __c2);
87 eq(const char_type& __c1, const char_type& __c2);
90 lt(const char_type& __c1, const char_type& __c2);
117 eq_int_type(const int_type& __c1, const int_type& __c2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 92 assign(char_type& __c1, const char_type& __c2)
93 { __c1 = __c2; }
96 eq(const char_type& __c1, const char_type& __c2)
97 { return __c1 == __c2; }
100 lt(const char_type& __c1, const char_type& __c2)
101 { return __c1 < __c2; }
130 eq_int_type(const int_type& __c1, const int_type& __c2)
131 { return __c1 == __c2; }
242 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
243 { __c1 = __c2; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 92 assign(char_type& __c1, const char_type& __c2)
93 { __c1 = __c2; }
96 eq(const char_type& __c1, const char_type& __c2)
97 { return __c1 == __c2; }
100 lt(const char_type& __c1, const char_type& __c2)
101 { return __c1 < __c2; }
130 eq_int_type(const int_type& __c1, const int_type& __c2)
131 { return __c1 == __c2; }
242 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
243 { __c1 = __c2; }
    [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 92 assign(char_type& __c1, const char_type& __c2)
93 { __c1 = __c2; }
96 eq(const char_type& __c1, const char_type& __c2)
97 { return __c1 == __c2; }
100 lt(const char_type& __c1, const char_type& __c2)
101 { return __c1 < __c2; }
130 eq_int_type(const int_type& __c1, const int_type& __c2)
131 { return __c1 == __c2; }
242 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
243 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 99 assign(char_type& __c1, const char_type& __c2)
100 { __c1 = __c2; }
103 eq(const char_type& __c1, const char_type& __c2)
104 { return __c1 == __c2; }
107 lt(const char_type& __c1, const char_type& __c2)
108 { return __c1 < __c2; }
137 eq_int_type(const int_type& __c1, const int_type& __c2)
138 { return __c1 == __c2; }
246 assign(char_type& __c1, const char_type& __c2)
247 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 99 assign(char_type& __c1, const char_type& __c2)
100 { __c1 = __c2; }
103 eq(const char_type& __c1, const char_type& __c2)
104 { return __c1 == __c2; }
107 lt(const char_type& __c1, const char_type& __c2)
108 { return __c1 < __c2; }
137 eq_int_type(const int_type& __c1, const int_type& __c2)
138 { return __c1 == __c2; }
246 assign(char_type& __c1, const char_type& __c2)
247 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 99 assign(char_type& __c1, const char_type& __c2)
100 { __c1 = __c2; }
103 eq(const char_type& __c1, const char_type& __c2)
104 { return __c1 == __c2; }
107 lt(const char_type& __c1, const char_type& __c2)
108 { return __c1 < __c2; }
137 eq_int_type(const int_type& __c1, const int_type& __c2)
138 { return __c1 == __c2; }
246 assign(char_type& __c1, const char_type& __c2)
247 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h 99 assign(char_type& __c1, const char_type& __c2)
100 { __c1 = __c2; }
103 eq(const char_type& __c1, const char_type& __c2)
104 { return __c1 == __c2; }
107 lt(const char_type& __c1, const char_type& __c2)
108 { return __c1 < __c2; }
137 eq_int_type(const int_type& __c1, const int_type& __c2)
138 { return __c1 == __c2; }
246 assign(char_type& __c1, const char_type& __c2)
247 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 94 assign(char_type& __c1, const char_type& __c2)
95 { __c1 = __c2; }
98 eq(const char_type& __c1, const char_type& __c2)
99 { return __c1 == __c2; }
102 lt(const char_type& __c1, const char_type& __c2)
103 { return __c1 < __c2; }
132 eq_int_type(const int_type& __c1, const int_type& __c2)
133 { return __c1 == __c2; }
244 assign(char_type& __c1, const char_type& __c2)
245 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 94 assign(char_type& __c1, const char_type& __c2)
95 { __c1 = __c2; }
98 eq(const char_type& __c1, const char_type& __c2)
99 { return __c1 == __c2; }
102 lt(const char_type& __c1, const char_type& __c2)
103 { return __c1 < __c2; }
132 eq_int_type(const int_type& __c1, const int_type& __c2)
133 { return __c1 == __c2; }
244 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
245 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 94 assign(char_type& __c1, const char_type& __c2)
95 { __c1 = __c2; }
98 eq(const char_type& __c1, const char_type& __c2)
99 { return __c1 == __c2; }
102 lt(const char_type& __c1, const char_type& __c2)
103 { return __c1 < __c2; }
132 eq_int_type(const int_type& __c1, const int_type& __c2)
133 { return __c1 == __c2; }
244 assign(char_type& __c1, const char_type& __c2)
245 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 94 assign(char_type& __c1, const char_type& __c2)
95 { __c1 = __c2; }
98 eq(const char_type& __c1, const char_type& __c2)
99 { return __c1 == __c2; }
102 lt(const char_type& __c1, const char_type& __c2)
103 { return __c1 < __c2; }
132 eq_int_type(const int_type& __c1, const int_type& __c2)
133 { return __c1 == __c2; }
244 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
245 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 92 assign(char_type& __c1, const char_type& __c2)
93 { __c1 = __c2; }
96 eq(const char_type& __c1, const char_type& __c2)
97 { return __c1 == __c2; }
100 lt(const char_type& __c1, const char_type& __c2)
101 { return __c1 < __c2; }
130 eq_int_type(const int_type& __c1, const int_type& __c2)
131 { return __c1 == __c2; }
242 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
243 { __c1 = __c2; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
char_traits.h 92 assign(char_type& __c1, const char_type& __c2)
93 { __c1 = __c2; }
96 eq(const char_type& __c1, const char_type& __c2)
97 { return __c1 == __c2; }
100 lt(const char_type& __c1, const char_type& __c2)
101 { return __c1 < __c2; }
130 eq_int_type(const int_type& __c1, const int_type& __c2)
131 { return __c1 == __c2; }
242 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
243 { __c1 = __c2; }
    [all...]
  /external/libcxx/test/support/
constexpr_char_traits.hpp 27 static _LIBCPP_CONSTEXPR_AFTER_CXX11 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT
28 {__c1 = __c2;}
30 static _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
31 {return __c1 == __c2;}
33 static _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
34 {return __c1 < __c2;}
52 static _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
53 {return __c1 == __c2;}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 104 assign(char_type& __c1, const char_type& __c2)
105 { __c1 = __c2; }
108 eq(const char_type& __c1, const char_type& __c2)
109 { return __c1 == __c2; }
112 lt(const char_type& __c1, const char_type& __c2)
113 { return __c1 < __c2; }
172 eq_int_type(const int_type& __c1, const int_type& __c2)
173 { return __c1 == __c2; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 104 assign(char_type& __c1, const char_type& __c2)
105 { __c1 = __c2; }
108 eq(const char_type& __c1, const char_type& __c2)
109 { return __c1 == __c2; }
112 lt(const char_type& __c1, const char_type& __c2)
113 { return __c1 < __c2; }
172 eq_int_type(const int_type& __c1, const int_type& __c2)
173 { return __c1 == __c2; }
  /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 104 assign(char_type& __c1, const char_type& __c2)
105 { __c1 = __c2; }
108 eq(const char_type& __c1, const char_type& __c2)
109 { return __c1 == __c2; }
112 lt(const char_type& __c1, const char_type& __c2)
113 { return __c1 < __c2; }
172 eq_int_type(const int_type& __c1, const int_type& __c2)
173 { return __c1 == __c2; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 97 assign(char_type& __c1, const char_type& __c2)
98 { __c1 = __c2; }
101 eq(const char_type& __c1, const char_type& __c2)
102 { return __c1 == __c2; }
105 lt(const char_type& __c1, const char_type& __c2)
106 { return __c1 < __c2; }
165 eq_int_type(const int_type& __c1, const int_type& __c2)
166 { return __c1 == __c2; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 97 assign(char_type& __c1, const char_type& __c2)
98 { __c1 = __c2; }
101 eq(const char_type& __c1, const char_type& __c2)
102 { return __c1 == __c2; }
105 lt(const char_type& __c1, const char_type& __c2)
106 { return __c1 < __c2; }
165 eq_int_type(const int_type& __c1, const int_type& __c2)
166 { return __c1 == __c2; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 97 assign(char_type& __c1, const char_type& __c2)
98 { __c1 = __c2; }
101 eq(const char_type& __c1, const char_type& __c2)
102 { return __c1 == __c2; }
105 lt(const char_type& __c1, const char_type& __c2)
106 { return __c1 < __c2; }
165 eq_int_type(const int_type& __c1, const int_type& __c2)
166 { return __c1 == __c2; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pod_char_traits.h 97 assign(char_type& __c1, const char_type& __c2)
98 { __c1 = __c2; }
101 eq(const char_type& __c1, const char_type& __c2)
102 { return __c1 == __c2; }
105 lt(const char_type& __c1, const char_type& __c2)
106 { return __c1 < __c2; }
165 eq_int_type(const int_type& __c1, const int_type& __c2)
166 { return __c1 == __c2; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 102 assign(char_type& __c1, const char_type& __c2)
103 { __c1 = __c2; }
106 eq(const char_type& __c1, const char_type& __c2)
107 { return __c1 == __c2; }
110 lt(const char_type& __c1, const char_type& __c2)
111 { return __c1 < __c2; }
170 eq_int_type(const int_type& __c1, const int_type& __c2)
171 { return __c1 == __c2; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 105 assign(char_type& __c1, const char_type& __c2)
106 { __c1 = __c2; }
109 eq(const char_type& __c1, const char_type& __c2)
110 { return __c1 == __c2; }
113 lt(const char_type& __c1, const char_type& __c2)
114 { return __c1 < __c2; }
173 eq_int_type(const int_type& __c1, const int_type& __c2)
174 { return __c1 == __c2; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 102 assign(char_type& __c1, const char_type& __c2)
103 { __c1 = __c2; }
106 eq(const char_type& __c1, const char_type& __c2)
107 { return __c1 == __c2; }
110 lt(const char_type& __c1, const char_type& __c2)
111 { return __c1 < __c2; }
170 eq_int_type(const int_type& __c1, const int_type& __c2)
171 { return __c1 == __c2; }

Completed in 481 milliseconds

1 2 3