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

12 3

  /prebuilts/ndk/9/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.8/include/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/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pod_char_traits.h 106 assign(char_type& __c1, const char_type& __c2)
107 { __c1 = __c2; }
110 eq(const char_type& __c1, const char_type& __c2)
111 { return __c1 == __c2; }
114 lt(const char_type& __c1, const char_type& __c2)
115 { return __c1 < __c2; }
174 eq_int_type(const int_type& __c1, const int_type& __c2)
175 { return __c1 == __c2; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2)
232 { __c1 = __c2; }
    [all...]
_bitset.c 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); local
197 char __c = __is.narrow(__c2, '*');
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_bitset.h 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
780 char __c = __is.narrow(__c2, '*');
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
831 char __c = __is.narrow(__c2, '*');
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2)
232 { __c1 = __c2; }
    [all...]
_bitset.c 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); local
197 char __c = __is.narrow(__c2, '*');
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_bitset.h 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
780 char __c = __is.narrow(__c2, '*');
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
831 char __c = __is.narrow(__c2, '*');
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2)
232 { __c1 = __c2; }
    [all...]
_bitset.c 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); local
197 char __c = __is.narrow(__c2, '*');
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_bitset.h 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
780 char __c = __is.narrow(__c2, '*');
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
831 char __c = __is.narrow(__c2, '*');
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2)
232 { __c1 = __c2; }
    [all...]
_bitset.c 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); local
197 char __c = __is.narrow(__c2, '*');
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_bitset.h 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
780 char __c = __is.narrow(__c2, '*');
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
831 char __c = __is.narrow(__c2, '*');
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2)
232 { __c1 = __c2; }
    [all...]
_bitset.c 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); local
197 char __c = __is.narrow(__c2, '*');
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_bitset.h 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
780 char __c = __is.narrow(__c2, '*');
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
831 char __c = __is.narrow(__c2, '*');
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
char_traits.h 140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
142 { return __c1 == __c2; }
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
144 { return __c1 < __c2; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
191 { return __c1 == __c2; }
231 static void _STLP_CALL assign(char& __c1, const char& __c2)
232 { __c1 = __c2; }
    [all...]
_bitset.c 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); local
197 char __c = __is.narrow(__c2, '*');
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /external/icu/icu4c/source/common/unicode/
utf16.h 201 uint16_t __c2; \
203 if((i)+1!=(length) && U16_IS_TRAIL(__c2=(s)[(i)+1])) { \
204 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
207 if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \
208 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
267 uint16_t __c2; \
268 if((i)!=(length) && U16_IS_TRAIL(__c2=(s)[(i)])) { \
270 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
495 uint16_t __c2; \
496 if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) {
    [all...]
utf_old.h 575 uint16_t __c2; \
577 if((i)+1<(length) && UTF_IS_SECOND_SURROGATE(__c2=(s)[(i)+1])) { \
578 (c)=UTF16_GET_PAIR_VALUE((c), __c2); \
585 if((i)-1>=(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { \
586 (c)=UTF16_GET_PAIR_VALUE(__c2, (c)); \
643 uint16_t __c2; \
644 if((i)<(length) && UTF_IS_SECOND_SURROGATE(__c2=(s)[(i)])) { \
646 (c)=UTF16_GET_PAIR_VALUE((c), __c2); \
718 uint16_t __c2; \
719 if((i)>(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) {
    [all...]
  /external/icu/icu4c/source/common/
utrie2.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
MachRegisterStatesI386.h 69 uint16_t __c2 : 1; member in struct:__anon14371

Completed in 810 milliseconds

12 3