/external/clang/test/Lexer/ |
clang-keywords.cpp | 3 __char16_t c16; variable
|
/external/clang/test/Misc/ |
ast-dump-wchar.cpp | 6 char16_t c16[] = u"test\0\\\"\t\a\b\234\u1234"; 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/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/clang/test/SemaCXX/ |
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/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, "");
|
/external/chromium_org/third_party/icu/source/io/ |
ustdio.c | 635 UChar c16 = *(str->fPos)++; local 636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16);
|
/external/icu4c/io/ |
ustdio.c | 635 UChar c16 = *(str->fPos)++; local 636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16);
|
/external/chromium_org/third_party/icu/source/common/ |
ustring.c | 1340 UChar c16; local [all...] |
/external/icu4c/common/ |
ustring.cpp | 1347 UChar c16; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rematch.cpp | 368 UChar c16 = (UChar)escapedChar; local 369 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); 390 UChar c16 = (UChar)c; local 391 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); 404 UChar c16 = (UChar)c; local 405 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); 442 UChar c16 = DOLLARSIGN; local 443 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); [all...] |
/external/icu4c/i18n/ |
rematch.cpp | 374 UChar c16 = (UChar)escapedChar; local 375 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); 396 UChar c16 = (UChar)c; local 397 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); 410 UChar c16 = (UChar)c; local 411 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); 448 UChar c16 = DOLLARSIGN; local 449 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
creststn.c | 2816 UChar32 c16, c8; local [all...] |
/external/icu4c/test/cintltst/ |
creststn.c | 2829 UChar32 c16, c8; local [all...] |