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

  /external/clang/test/Lexer/
clang-keywords.cpp 2 __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
7 // CHECK: char16_t c16[13] = (StringLiteral {{.*}} lvalue u"test\000\\\"\t\a\b\234\u1234")
  /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 131 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
  /external/icu4c/io/
ustdio.c 635 UChar c16 = *(str->fPos)++; local
636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16);
  /external/icu4c/common/
ustring.c 1340 UChar c16; local
    [all...]
  /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...]

Completed in 945 milliseconds