HomeSort by relevance Sort by last modified time
    Searched full:ufoo (Results 1 - 9 of 9) sorted by null

  /external/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 26 std::u16string ufoo; local
27 std::u32string Ufoo;
32 ufoo = u""s; assert(ufoo.size() == 0);
33 Ufoo = U""s; assert(Ufoo.size() == 0);
38 ufoo = u" "s; assert(ufoo.size() == 1);
39 Ufoo = U" "s; assert(Ufoo.size() == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 26 std::u16string ufoo; local
27 std::u32string Ufoo;
32 ufoo = u""s; assert(ufoo.size() == 0);
33 Ufoo = U""s; assert(Ufoo.size() == 0);
38 ufoo = u" "s; assert(ufoo.size() == 1);
39 Ufoo = U" "s; assert(Ufoo.size() == 1)
    [all...]
  /external/llvm/test/MC/COFF/
rdata.ll 5 @"\01?thingy@@3Ufoo@@B" = constant %struct.foo zeroinitializer, align 4
bss_section.ll 5 @"\01?thingy@@3Ufoo@@B" = global %struct.foo zeroinitializer, align 4
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.h 31 * @param factory String version of obj, for exanple "new UFoo(1,3,4)". NULL if object is abstract.
  /external/icu/icu4c/source/test/intltest/
uobjtest.h 31 * @param factory String version of obj, for exanple "new UFoo(1,3,4)". NULL if object is abstract.
  /external/clang/test/PCH/
fuzzy-pch.c 7 // RUN: not %clang_cc1 -UFOO -include-pch %t %s 2> %t.err
  /external/clang/test/Driver/
hexagon-toolchain-elf.c 428 // RUN: -uFoo -undefined Bar \
hexagon-toolchain.c 428 // RUN: -uFoo -undefined Bar \

Completed in 1481 milliseconds