HomeSort by relevance Sort by last modified time
    Searched refs:c16 (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Lexer/
clang-keywords.cpp 2 __char16_t c16; variable
  /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
cxx98-compat.cpp 107 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
  /external/icu4c/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...]
ustring.c 1340 UChar c16; local
    [all...]
  /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/icu4c/io/
ustdio.c 635 UChar c16 = *(str->fPos)++; local
636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16);
  /external/icu4c/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/test/cintltst/
creststn.c 2827 UChar32 c16, c8; local
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 551 category c16; category c17; category c18; category c19;
    [all...]

Completed in 300 milliseconds