Searched defs:c16 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Lexer/
H A Dclang-keywords.cpp2 __char16_t c16; variable
/external/clang/test/Misc/
H A Dast-dump-wchar.cpp6 char16_t c16[] = u"test\0\\\"\t\a\b\234\u1234"; variable
7 // CHECK: char16_t c16[13] = (StringLiteral {{.*}} lvalue u"test\000\\\"\t\a\b\234\u1234")
/external/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp84 constexpr char16_t c16 = get(u"test\0\\\"\t\a\b\234\u1234"); // \ member in struct:V
H A Dvector.cpp10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
11 f0(c16);
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
21 int &ir1 = f1(c16);
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
31 f2(c16);
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, argument
43 __typeof__(Cond? c16 : c16) *c16p1 = &c16;
108 test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e, convertible_to<char16> to_c16, convertible_to<longlong16> to_ll16, convertible_to<char16_e> to_c16e, convertible_to<longlong16_e> to_ll16e, convertible_to<char16&> rto_c16, convertible_to<char16_e&> rto_c16e) argument
[all...]
H A Dcxx98-compat.cpp131 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
/external/icu4c/io/
H A Dustdio.c635 UChar c16 = *(str->fPos)++; local
636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16);
/external/icu4c/common/
H A Dustring.c1340 UChar c16; local
1343 u_charsToUChars(((char*) context) + offset, &c16, 1);
1344 return c16;
/external/icu4c/i18n/
H A Drematch.cpp368 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);
/external/icu4c/test/cintltst/
H A Dcreststn.c2827 UChar32 c16, c8; local
2896 U16_NEXT(s16, i16, length16, c16);
2898 if(c16 != c8) {
2899 log_err("ures_getUTF8String(%p, %ld, '%s') got a bad string, c16=U+%04lx!=U+%04lx=c8 before i16=%ld\n",
2900 resB, (long)index, key, (long)c16, (long)c8, (long)i16);

Completed in 976 milliseconds