/bionic/libc/bionic/ |
c16rtomb.cpp | 35 static inline constexpr bool is_high_surrogate(char16_t c16) { 36 return c16 >= 0xd800 && c16 < 0xdc00; 39 static inline constexpr bool is_low_surrogate(char16_t c16) { 40 return c16 >= 0xdc00 && c16 < 0xe000; 43 size_t c16rtomb(char* s, char16_t c16, mbstate_t* ps) { 47 if (is_high_surrogate(c16)) { 48 char32_t c32 = (c16 & ~0xd800) << 10; 52 } else if (is_low_surrogate(c16)) { [all...] |
/external/clang/test/Misc/ |
ast-dump-wchar.cpp | 6 char16_t c16[] = u"test\0\\\"\t\a\b\234\u1234"; variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
Nat512.java | 12 int c16 = c24 + Nat256.addTo(zz, 0, zz, 8, 0); local 13 c24 += Nat256.addTo(zz, 24, zz, 16, c16); 31 int c16 = c24 + Nat256.addTo(zz, 0, zz, 8, 0); local 32 c24 += Nat256.addTo(zz, 24, zz, 16, c16);
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
utf_sanity_check.pass.cpp | 41 F16_8::intern_type c16[2]; local 61 c16[i] = (unsigned char)c16c[2*i] << 8 | (unsigned char)c16c[2*i+1]; 62 c_c16p = c16 + (c16cp - c16c) / 2; 63 assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4, c8p) == F32_8::ok); 65 assert(c_c16p-c16 == 1); 67 assert(c_c16p-c16 == 2); 99 assert(f16_8.in(mbs, c8, c_c8p, c_c8p, c16, c16+2, c16p) == F32_8::ok); 109 assert(c16p-c16 == 1); 111 assert(c16p-c16 == 2) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
utf_sanity_check.pass.cpp | 41 F16_8::intern_type c16[2]; local 61 c16[i] = (unsigned char)c16c[2*i] << 8 | (unsigned char)c16c[2*i+1]; 62 c_c16p = c16 + (c16cp - c16c) / 2; 63 assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4, c8p) == F32_8::ok); 65 assert(c_c16p-c16 == 1); 67 assert(c_c16p-c16 == 2); 99 assert(f16_8.in(mbs, c8, c_c8p, c_c8p, c16, c16+2, c16p) == F32_8::ok); 109 assert(c16p-c16 == 1); 111 assert(c16p-c16 == 2) [all...] |
/external/clang/test/SemaCXX/ |
vector.cpp | 13 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 14 f0(c16); 23 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 24 int &ir1 = f1(c16); 33 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 34 f2(c16); 43 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, 46 __typeof__(Cond? c16 : c16) *c16p1 = &c16; [all...] |
constexpr-printing.cpp | 84 constexpr char16_t c16 = get(u"test\0\\\"\t\a\b\234\u1234"); // \ member in struct:V
|
cxx98-compat.cpp | 143 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
|
/external/icu/icu4c/source/common/ |
utrie.h | 176 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */ 177 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ 179 ((int32_t)((trie)->index[(offset)+((c16)>>UTRIE_SHIFT)])<<UTRIE_INDEX_SHIFT)+ \ 180 ((c16)&UTRIE_MASK) \ 200 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ 201 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16); 287 * c16 may be a lead surrogate, which may have a value including a folding offset. 290 * @param c16 (UChar, in) the input BMP code poin [all...] |
ustring.cpp | 1347 UChar c16; local [all...] |
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
trieset.cpp | 25 #define UTRIE_GET8_FROM_LEAD(trie, c16) \ 27 ((int32_t)((trie)->index[(c16)>>UTRIE_SHIFT])<<UTRIE_INDEX_SHIFT)+ \ 28 ((c16)&UTRIE_MASK) \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips16@dot-1.d | 20 .*: f000 4c16 addiu a0,22
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
uchar.h | 51 char16_t c16,
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips16-hilo-n32.d | 28 0+500038 <[^>]*> f060 6c16 li a0,118 31 0+500044 <[^>]*> f060 6c16 li a0,118 34 0+500050 <[^>]*> f060 6c16 li a0,118 37 0+50005c <[^>]*> f060 6c16 li a0,118 55 0+5000a0 <[^>]*> f060 6c16 li a0,118 58 0+5000ac <[^>]*> f060 6c16 li a0,118 61 0+5000b8 <[^>]*> f060 6c16 li a0,118 64 0+5000c4 <[^>]*> f060 6c16 li a0,118 109 0+500174 <[^>]*> f060 6c16 li a0,118 112 0+500180 <[^>]*> f060 6c16 li a0,11 [all...] |
mips16-hilo.d | 27 0+500038 <[^>]*> f060 6c16 li a0,118 30 0+500044 <[^>]*> f060 6c16 li a0,118 33 0+500050 <[^>]*> f060 6c16 li a0,118 36 0+50005c <[^>]*> f060 6c16 li a0,118 54 0+5000a0 <[^>]*> f060 6c16 li a0,118 57 0+5000ac <[^>]*> f060 6c16 li a0,118 60 0+5000b8 <[^>]*> f060 6c16 li a0,118 63 0+5000c4 <[^>]*> f060 6c16 li a0,118 108 0+500174 <[^>]*> f060 6c16 li a0,118 111 0+500180 <[^>]*> f060 6c16 li a0,11 [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsopt.c | 1176 Curves16Data* c16; local 1333 Curves16Data* c16 = CurvesAlloc(Dest ->ContextID, Data ->nCurves, 256, Data ->TheCurves); local 1343 Curves16Data* c16 = CurvesAlloc(Dest ->ContextID, Data ->nCurves, 65536, Data ->TheCurves); local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_yuv.c | 195 LLVMValueRef c16; local 222 c16 = lp_build_const_int_vec(gallivm, type, 16); 238 y = LLVMBuildSub(builder, y, c16, "");
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
all-opcodes.d | [all...] |
/external/skia/src/svg/ |
SkSVGDevice.cpp | 146 const uint16_t* c16 = reinterpret_cast<const uint16_t*>(text); 148 this->appendUnichar(SkUTF16_NextUnichar(&c16)); 151 SkASSERT(reinterpret_cast<const uint16_t*>(text) + (byteLen / 2) == c16);
|
/libcore/ojluni/src/main/java/java/net/ |
URLConnection.java | 1437 int c16 = is.read(); local [all...] |
/external/v8/test/mjsunit/es6/ |
debug-stepnext-for.js | 96 "c16",
|
/external/icu/icu4c/source/io/ |
ustdio.c | 638 UChar c16 = *(str->fPos)++; local 639 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16);
|
/external/libopus/silk/ |
SigProc_FIX.h | 411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16))) [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_x86.cpp | 602 __m128i c14, c16, c18, c20, c22, c24; local 629 c16 = _mm_shuffle_epi32(x, 0x00); 694 o0 = _mm_add_epi32(o0, _mm_madd_epi16( _mm_unpacklo_epi16(p25,p26), c16)); 709 o1 = _mm_add_epi32(o1, _mm_madd_epi16( _mm_unpacklo_epi16(p26, p27), c16)); 724 o2 = _mm_add_epi32(o2, _mm_madd_epi16( _mm_unpacklo_epi16(p27, p28), c16)); 739 o3 = _mm_add_epi32(o3, _mm_madd_epi16( _mm_unpacklo_epi16(p28, p29), c16)); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/ |
branch_32.d | 96 d14: 9000 0c16 bleu 0xd2a 296 2f8c: 9000 1c16 ble 0x2fa2 396 40c8: 9000 3c16 b 0x40de
|