HomeSort by relevance Sort by last modified time
    Searched refs:c16 (Results 1 - 9 of 9) 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...]
  /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);
  /dalvik/tests/089-jumbo-opcodes/src/
Main.java 524 Class c16 = Thread.class; local
805 useRegs(c11, c12, c13, c14, c15, c16, c17, c18, c19, c20);
  /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 529 milliseconds