Searched refs:c16 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Lexer/
H A Dclang-keywords.cpp2 __char16_t c16; variable
/external/clang/test/SemaCXX/
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 Dconstexpr-printing.cpp84 constexpr char16_t c16 = get(u"test\0\\\"\t\a\b\234\u1234"); // \ member in struct:V
H A Dcxx98-compat.cpp107 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
/external/icu4c/common/
H A Dutrie.h175 /** 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 (UCha
[all...]
H A Dustring.c1340 UChar c16; local
1343 u_charsToUChars(((char*) context) + offset, &c16, 1);
1344 return c16;
/external/icu4c/test/perf/unisetperf/draft/
H A Dtrieset.cpp25 #define UTRIE_GET8_FROM_LEAD(trie, c16) \
27 ((int32_t)((trie)->index[(c16)>>UTRIE_SHIFT])<<UTRIE_INDEX_SHIFT)+ \
28 ((c16)&UTRIE_MASK) \
/external/icu4c/io/
H A Dustdio.c635 UChar c16 = *(str->fPos)++; local
636 *c32 = U16_GET_SUPPLEMENTARY(*c32, 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);
/external/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf551 category c16; category c17; category c18; category c19;

Completed in 207 milliseconds