/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | utf_sanity_check.pass.cpp | 41 F16_8::intern_type c16[2]; in main() local 61 c16[i] = (unsigned char)c16c[2*i] << 8 | (unsigned char)c16c[2*i+1]; in main() 62 c_c16p = c16 + (c16cp - c16c) / 2; in main() 63 assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4, c8p) == F32_8::ok); in main() 65 assert(c_c16p-c16 == 1); in main() 67 assert(c_c16p-c16 == 2); in main() 99 assert(f16_8.in(mbs, c8, c_c8p, c_c8p, c16, c16+2, c16p) == F32_8::ok); in main() 109 assert(c16p-c16 == 1); in main() 111 assert(c16p-c16 == 2); in main() 112 for (int i = 0; i < c16p-c16; ++i) in main() [all …]
|
/external/clang/test/SemaCXX/ |
D | vector.cpp | 10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test() argument 11 f0(c16); in f0_test() 20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test() argument 21 int &ir1 = f1(c16); in f1_test() 30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test() argument 31 f2(c16); in f2_test() 40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() argument 43 __typeof__(Cond? c16 : c16) *c16p1 = &c16; in conditional() 49 __typeof__(Cond? c16 : c16e) *c16ep2 = &c16e; in conditional() 50 __typeof__(Cond? c16e : c16) *c16ep3 = &c16e; in conditional() [all …]
|
D | constexpr-printing.cpp | 84 constexpr char16_t c16 = get(u"test\0\\\"\t\a\b\234\u1234"); // \ variable
|
D | cxx98-compat.cpp | 140 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
|
/external/chromium_org/third_party/icu/source/common/ |
D | utrie.h | 177 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 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) \ argument 201 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16); 293 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument 303 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument 314 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16) argument 325 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16) argument
|
D | ustring.cpp | 1347 UChar c16; in _charPtr_charAt() local 1350 u_charsToUChars(((char*) context) + offset, &c16, 1); in _charPtr_charAt() 1351 return c16; in _charPtr_charAt()
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 177 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 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) \ argument 201 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16); 293 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument 303 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument 314 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16) argument 325 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16) argument
|
D | ustring.cpp | 1347 UChar c16; in _charPtr_charAt() local 1350 u_charsToUChars(((char*) context) + offset, &c16, 1); in _charPtr_charAt() 1351 return c16; in _charPtr_charAt()
|
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
D | trieset.cpp | 25 #define UTRIE_GET8_FROM_LEAD(trie, c16) \ argument 27 ((int32_t)((trie)->index[(c16)>>UTRIE_SHIFT])<<UTRIE_INDEX_SHIFT)+ \ 28 ((c16)&UTRIE_MASK) \
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
D | trieset.cpp | 25 #define UTRIE_GET8_FROM_LEAD(trie, c16) \ argument 27 ((int32_t)((trie)->index[(c16)>>UTRIE_SHIFT])<<UTRIE_INDEX_SHIFT)+ \ 28 ((c16)&UTRIE_MASK) \
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsopt.c | 1176 Curves16Data* c16; in CurvesAlloc() local 1178 c16 = (Curves16Data*)_cmsMallocZero(ContextID, sizeof(Curves16Data)); in CurvesAlloc() 1179 if (c16 == NULL) return NULL; in CurvesAlloc() 1181 c16 ->nCurves = nCurves; in CurvesAlloc() 1182 c16 ->nElements = nElements; in CurvesAlloc() 1184 c16 ->Curves = (cmsUInt16Number**)_cmsCalloc(ContextID, nCurves, sizeof(cmsUInt16Number*)); in CurvesAlloc() 1185 if (c16 ->Curves == NULL) return NULL; in CurvesAlloc() 1189 … c16->Curves[i] = (cmsUInt16Number*)_cmsCalloc(ContextID, nElements, sizeof(cmsUInt16Number)); in CurvesAlloc() 1191 if (c16->Curves[i] == NULL) { in CurvesAlloc() 1194 _cmsFree(ContextID, c16->Curves[j]); in CurvesAlloc() [all …]
|
/external/libpng/tests/ |
D | pngstest-2c16 | 2 exec "${srcdir}/tests/pngstest" 2c16
|
/external/clang/test/Misc/ |
D | ast-dump-wchar.cpp | 6 char16_t c16[] = u"test\0\\\"\t\a\b\234\u1234"; variable
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_yuv.c | 195 LLVMValueRef c16; in yuv_to_rgb_soa() local 222 c16 = lp_build_const_int_vec(gallivm, type, 16); in yuv_to_rgb_soa() 238 y = LLVMBuildSub(builder, y, c16, ""); in yuv_to_rgb_soa()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_yuv.c | 195 LLVMValueRef c16; in yuv_to_rgb_soa() local 222 c16 = lp_build_const_int_vec(gallivm, type, 16); in yuv_to_rgb_soa() 238 y = LLVMBuildSub(builder, y, c16, ""); in yuv_to_rgb_soa()
|
/external/libopus/silk/ |
D | SigProc_FIX.h | 411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… argument
|
D | MacroCount.h | 197 static OPUS_INLINE opus_int64 silk_SMLALBB(opus_int64 a64, opus_int16 b16, opus_int16 c16){ in silk_SMLALBB() argument 200 ret = a64 + ((opus_int64)(b16) * /*(opus_int64)*/(c16)); in silk_SMLALBB()
|
/external/icu/icu4c/source/io/ |
D | ustdio.c | 635 UChar c16 = *(str->fPos)++; in ufile_getch32() local 636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16); in ufile_getch32()
|
/external/chromium_org/third_party/opus/src/silk/ |
D | SigProc_FIX.h | 411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… argument
|
D | MacroCount.h | 197 static OPUS_INLINE opus_int64 silk_SMLALBB(opus_int64 a64, opus_int16 b16, opus_int16 c16){ in silk_SMLALBB() argument 200 ret = a64 + ((opus_int64)(b16) * /*(opus_int64)*/(c16)); in silk_SMLALBB()
|
/external/chromium_org/third_party/icu/source/io/ |
D | ustdio.c | 635 UChar c16 = *(str->fPos)++; in ufile_getch32() local 636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16); in ufile_getch32()
|
/external/llvm/test/CodeGen/Mips/ |
D | ra-allocatable.ll | 79 @c16 = external global i32* 240 %93 = load i32** @c16, align 4
|
/external/llvm/test/MC/AArch64/ |
D | basic-a64-diagnostics.s | 3282 sys #3, c16, c2, #3, x10 3283 sys #2, c11, c16, #5 3286 sysl x13, #3, c16, c2, #3 3287 sysl x9, #2, c11, c16, #5
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | triggerB.test | 102 c10, c11, c12, c13, c14, c15, c16, c17, c18, c19,
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 374 UChar c16 = (UChar)escapedChar; in appendReplacement() local 375 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement() 396 UChar c16 = (UChar)c; in appendReplacement() local 397 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement() 410 UChar c16 = (UChar)c; in appendReplacement() local 411 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement() 448 UChar c16 = DOLLARSIGN; in appendReplacement() local 449 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()
|