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

  /external/clang/test/Misc/
ast-dump-wchar.cpp 9 char32_t c32[] = U"test\0\\\"\t\a\b\234\u1234\U0010ffff"; // \ variable
  /external/chromium_org/third_party/icu/source/test/intltest/
tokiter.cpp 85 UChar32 c32 = line.unescapeAt(pos); local
86 if (c32 < 0) {
90 token.append(c32);
utxttest.cpp 1497 UChar32 c32 = utext_char32At(ut, i); local
1505 UChar32 c32 = utext_next32From(ut, i); local
1514 UChar32 c32 = utext_previous32From(ut, i); local
1530 UChar32 c32; local
1567 UChar32 c32 = utext_char32At(ut, i); local
1575 UChar32 c32 = utext_next32From(ut, i); local
1583 UChar32 c32 = utext_previous32From(ut, i); local
1599 UChar32 c32; local
1635 UChar32 c32 = utext_char32At(ut, i); local
1643 UChar32 c32 = utext_next32From(ut, i); local
1651 UChar32 c32 = utext_previous32From(ut, i); local
1667 UChar32 c32; local
    [all...]
  /external/icu4c/test/intltest/
tokiter.cpp 86 UChar32 c32 = line.unescapeAt(pos); local
87 if (c32 < 0) {
91 token.append(c32);
utxttest.cpp 1021 UChar32 c32 = utext_char32At(ut, i); local
1029 UChar32 c32 = utext_next32From(ut, i); local
1038 UChar32 c32 = utext_previous32From(ut, i); local
1054 UChar32 c32; local
1091 UChar32 c32 = utext_char32At(ut, i); local
1099 UChar32 c32 = utext_next32From(ut, i); local
1107 UChar32 c32 = utext_previous32From(ut, i); local
1123 UChar32 c32; local
1159 UChar32 c32 = utext_char32At(ut, i); local
1167 UChar32 c32 = utext_next32From(ut, i); local
1175 UChar32 c32 = utext_previous32From(ut, i); local
1191 UChar32 c32; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 40 F32_8::intern_type c32; local
77 assert(f32_8.in(mbs, c8, c_c8p, c_c8p, &c32, &c32+1, c32p) == F32_8::ok);
86 assert(c32p-&c32 == 1);
87 assert(c32 == c32x);
118 assert(f32_16.in(mbs, c16c, c_c16cp, c_c16cp, &c32, &c32+1, c32p) == F32_8::ok);
123 assert(c32p-&c32 == 1);
124 assert(c32 == c32x);
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 86 constexpr char32_t c32 = get(U"test\0\\\"\t\a\b\234\u1234\U0010ffff"); // \ member in struct:V
cxx98-compat.cpp 144 char32_t c32 = 0; // expected-warning {{'char32_t' type specifier is incompatible with C++98}} variable