/third_party/typescript/tests/baselines/reference/ |
H A D | promiseVoidErrorCallback.js | 7 __t2: string; 19 return { __t2: x.__t1 + ":foo_21" }; 27 return { __t3: x.__t2 + "bar" }; 35 return { __t2: x.__t1 + ":foo_21" };
42 return { __t3: x.__t2 + "bar" };
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 454 uint8_t __t1, __t2, __t3; \ 459 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 460 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 465 (__t2 = *(src) - 0x80) <= 0x3f && \ 469 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 454 uint8_t __t1, __t2, __t3; \ 459 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 460 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 465 (__t2 = *(src) - 0x80) <= 0x3f && \ 469 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 455 uint8_t __t1, __t2, __t3; \ 460 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 461 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 466 (__t2 = *(src) - 0x80) <= 0x3f && \ 470 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2 in u_strFromUTF8WithSub() 496 uint8_t __t1, __t2; u_strFromUTF8WithSub() local [all...] |
H A D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2 in u_strFromUTF8WithSub() 496 uint8_t __t1, __t2; u_strFromUTF8WithSub() local [all...] |
H A D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2 in u_strFromUTF8WithSub() 496 uint8_t __t1, __t2; u_strFromUTF8WithSub() local [all...] |
H A D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18569 __gthread_equal (__gthread_t __t1, __gthread_t __t2) 18571 return __gthrw_pthread_equal (__t1, __t2); [all...] |