Home
last modified time | relevance | path

Searched refs:c16 (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/SemaCXX/
Dvector.cpp10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test() argument
11 f0(c16); in f0_test()
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test() argument
21 int &ir1 = f1(c16); in f1_test()
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test() argument
31 f2(c16); in f2_test()
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() argument
43 __typeof__(Cond? c16 : c16) *c16p1 = &c16; in conditional()
49 __typeof__(Cond? c16 : c16e) *c16ep2 = &c16e; in conditional()
50 __typeof__(Cond? c16e : c16) *c16ep3 = &c16e; in conditional()
[all …]
Dconstexpr-printing.cpp84 constexpr char16_t c16 = get(u"test\0\\\"\t\a\b\234\u1234"); // \ variable
Dcxx98-compat.cpp131 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
/external/icu4c/common/
Dutrie.h176 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument
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) \ argument
200 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16);
292 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument
302 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument
313 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16) argument
324 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16) argument
Dustring.c1340 UChar c16; in _charPtr_charAt() local
1343 u_charsToUChars(((char*) context) + offset, &c16, 1); in _charPtr_charAt()
1344 return c16; in _charPtr_charAt()
/external/icu4c/test/perf/unisetperf/draft/
Dtrieset.cpp25 #define UTRIE_GET8_FROM_LEAD(trie, c16) \ argument
27 ((int32_t)((trie)->index[(c16)>>UTRIE_SHIFT])<<UTRIE_INDEX_SHIFT)+ \
28 ((c16)&UTRIE_MASK) \
/external/clang/test/Lexer/
Dclang-keywords.cpp2 __char16_t c16; variable
/external/clang/test/Misc/
Dast-dump-wchar.cpp6 char16_t c16[] = u"test\0\\\"\t\a\b\234\u1234"; variable
/external/icu4c/io/
Dustdio.c635 UChar c16 = *(str->fPos)++; in ufile_getch32() local
636 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16); in ufile_getch32()
/external/llvm/test/CodeGen/Mips/
Dra-allocatable.ll79 @c16 = external global i32*
240 %93 = load i32** @c16, align 4, !tbaa !3
/external/icu4c/i18n/
Drematch.cpp368 UChar c16 = (UChar)escapedChar; in appendReplacement() local
369 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()
390 UChar c16 = (UChar)c; in appendReplacement() local
391 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()
404 UChar c16 = (UChar)c; in appendReplacement() local
405 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()
442 UChar c16 = DOLLARSIGN; in appendReplacement() local
443 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()
/external/icu4c/test/cintltst/
Dcreststn.c2827 UChar32 c16, c8; in tres_getString() local
2896 U16_NEXT(s16, i16, length16, c16); in tres_getString()
2898 if(c16 != c8) { in tres_getString()
2900 resB, (long)index, key, (long)c16, (long)c8, (long)i16); in tres_getString()
/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf551 category c16; category c17; category c18; category c19;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_mgc.pkb1628 �����(e�H,\��WhuK�V���EY��N}g{���v+yEJWUXPX\c16/ALhfwz����VCKSUXaee435383EUjrv������YA�� ��
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2
/external/webkit/Tools/
DChangeLog-2011-02-163984 https://bugs.webkit.org/show_bug.cgi?id=52261#c16