Home
last modified time | relevance | path

Searched refs:MultiStringType (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
H A Dnamed_overloads.pass.cpp37 MultiStringType input = MKSTR("c:\\foo\\bar");
40 MultiStringType ref = MKSTR("c:/foo/bar");
43 MultiStringType ref = MKSTR("c:\\foo\\bar");
H A Dgeneric_string_alloc.pass.cpp36 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dstring_alloc.pass.cpp36 MultiStringType shortString = MKSTR("a");
37 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
40 void doShortStringTest(MultiStringType const& MS) { in doShortStringTest()
92 void doLongStringTest(MultiStringType const& MS) { in doLongStringTest()
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.io/
H A Ddirectory_entry.io.pass.cpp28 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
29 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dpath.io.unicode_bug.pass.cpp41 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
42 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
H A Dpath.io.pass.cpp38 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789");
39 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
/llvm-project/libcxx/test/support/
H A Dmake_string.h39 #define MKSTR(Str) MultiStringType( \
49 struct MultiStringType { struct
56 TEST_CONSTEXPR MultiStringType( in MultiStringType() argument
H A Dlocale_helpers.h93 MultiStringType currency_symbol_ru_RU() { in currency_symbol_ru_RU()
106 MultiStringType currency_symbol_zh_CN() { in currency_symbol_zh_CN()
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp44 MultiStringType lhs;
45 MultiStringType rhs;
46 MultiStringType expect_posix;
47 MultiStringType expect_windows;
49 MultiStringType const& expected_result() const { in expected_result()
H A Dpath.concat.pass.cpp50 MultiStringType lhs;
51 MultiStringType rhs;
52 MultiStringType expect;
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/
H A Dpath_helper.h56 const MultiStringType PathList[] = {
100 const unsigned PathListSize = sizeof(PathList) / sizeof(MultiStringType);
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
H A Dsource.pass.cpp36 void RunTestCaseImpl(MultiStringType const& MS, Args... args) { in RunTestCaseImpl()
86 void RunTestCase(MultiStringType const& MS) { in RunTestCase()
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dnamed_overloads.pass.cpp38 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/…
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
H A Dsource.pass.cpp43 void RunTestCase(MultiStringType const& MS) { in RunTestCase()