/external/clang/test/Lexer/ |
clang-keywords.cpp | 3 __char16_t c16; variable
|
/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 | 10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 11 f0(c16); 20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 21 int &ir1 = f1(c16); 30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 31 f2(c16); 40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, 43 __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
|
/external/chromium_org/third_party/icu/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) \
|
/external/icu4c/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) \
|
/external/chromium_org/third_party/icu/source/tools/gentest/ |
gentest.vcxproj.filters | 13 <UniqueIdentifier>{f452beb5-882e-4c16-a7a6-479e858063d0}</UniqueIdentifier>
|
/external/clang/test/Misc/ |
ast-dump-wchar.cpp | 6 char16_t c16[] = u"test\0\\\"\t\a\b\234\u1234"; variable
|
/external/icu4c/tools/gentest/ |
gentest.vcxproj.filters | 13 <UniqueIdentifier>{f452beb5-882e-4c16-a7a6-479e858063d0}</UniqueIdentifier>
|
/external/chromium_org/third_party/icu/source/common/ |
utrie.h | 175 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */ 176 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ 178 ((int32_t)((trie)->index[(offset)+((c16)>>UTRIE_SHIFT)])<<UTRIE_INDEX_SHIFT)+ \ 179 ((c16)&UTRIE_MASK) \ 199 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ 200 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16); 286 * c16 may be a lead surrogate, which may have a value including a folding offset. 289 * @param c16 (UChar, in) the input BMP code poin [all...] |
/external/icu4c/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...] |
/external/llvm/test/CodeGen/PowerPC/ |
unal-altivec.ll | 33 ; CHECK-DAG: li [[C16:[0-9]+]], 16 40 ; CHECK-DAG: lvx [[LD2:[0-9]+]], [[B3]], [[C16]]
|
/external/tcpdump/tests/ |
02-sunrise-sunset-esp.puu | 7 M:```0#+VE,`!`A?``0(M$C16>`````(:<$'CW)%VZ',2KQMB@CN?'"^GJ<=: 18 M`(C_:P``0#+VD<`!`A?``0(M$C16>`````5NZOO&\:7%2J12,9;LOK"-S,=$ 29 M`$4``(C_;@``0#+VCL`!`A?``0(M$C16>`````C3IW<"O(>(P'-43;C[`MCD
|
08-sunrise-sunset-aes.puu | 7 M9&1%$```9&0C"`!%``"8_.L``$`R^0'``0(7P`$"+=$C16<````";K2P<-=Q 19 M````$```9&1%$```9&0C"`!%``"8_.X``$`R^/[``0(7P`$"+=$C16<````%
|
/external/speex/libspeex/ |
ltp.c | 314 spx_word16_t *C16, 335 sum = compute_pitch_error(C16, g, pitch_control); 448 spx_word16_t C16[9]; 450 spx_word16_t *C16=C; 477 normalize16(C, C16, 32767, 9); 484 best_cdbk = pitch_gain_search_3tap_vq(gain_cdbk, gain_cdbk_size, C16, max_gain);
|
/external/chromium_org/third_party/mesa/src/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, "");
|
/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, "");
|
/device/google/accessory/demokit/hardware/fab/m256c/ |
m256.mnt | 16 C16 59.44 25.65 180 100nF C0402
|
/external/chromium_org/third_party/sqlite/src/test/ |
triggerB.test | 102 c10, c11, c12, c13, c14, c15, c16, c17, c18, c19,
|
/external/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 407 category c16; category c17; category c18; category c19;
|
base-notmetreq.conf | 402 category c16; category c17; category c18; category c19;
|
small-base.conf | 407 category c16; category c17; category c18; category c19;
|
/external/libsepol/tests/policies/test-expander/ |
alias-base.conf | 407 category c16; category c17; category c18; category c19;
|
role-base.conf | 407 category c16; category c17; category c18; category c19;
|
user-base.conf | 407 category c16; category c17; category c18; category c19;
|