/external/webkit/Source/JavaScriptCore/wtf/unicode/ |
UnicodeMacrosFromICU.h | 31 uint16_t __c2; \ 33 if((i)+1<(length) && U16_IS_TRAIL(__c2=(s)[(i)+1])) { \ 34 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \ 37 if((i)-1>=(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \ 38 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \ 47 uint16_t __c2; \ 48 if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \ 50 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \ 64 uint16_t __c2; \ 65 if((i)<(length) && U16_IS_TRAIL(__c2=(s)[(i)])) { [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
2008-10-03-SpeculativelyExecuteBeforePHI.ll | 9 %__c2.2 = phi i32 [ undef, %entry ], [ %__c2.1, %bb7 ], [ %__c2.1, %bb9 ] ; <i32> [#uses=2] 25 %__c2.0 = phi i32 [ 0, %bb3 ], [ %__c2.2, %bb1 ] ; <i32> [#uses=1] 29 %__c2.1 = phi i32 [ 0, %bb5 ], [ %__c2.0, %bb6 ] ; <i32> [#uses=2]
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...] |
/external/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)) {
|
/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)) {
|
/prebuilts/ndk/android-ndk-r5/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)) {
|
/prebuilts/ndk/android-ndk-r6/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)) {
|
/prebuilts/ndk/android-ndk-r7/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)) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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; }
|
/external/icu4c/common/unicode/ |
utf16.h | 200 uint16_t __c2; \ 202 if((i)+1<(length) && U16_IS_TRAIL(__c2=(s)[(i)+1])) { \ 203 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \ 206 if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \ 207 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \ 264 uint16_t __c2; \ 265 if((i)<(length) && U16_IS_TRAIL(__c2=(s)[(i)])) { \ 267 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \ 488 uint16_t __c2; \ 489 if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { [all...] |