Searched refs:s04 (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/
H A D4.cc39 string s04("xyz");
40 s04.reserve(30);
41 VERIFY( move(s03) + move(s04) == string("abcdefghijklmnopqrstuvwxyz") );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/messages_byname/
H A Dnamed_equivalence.cc66 string s04 = mssg_byname.get(cat_byname, 0, 0, "thank you"); local
68 VERIFY ( s04 == "danke" );
72 VERIFY ( s02 == s04 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/vstring/operators/
H A D2.cc39 __vstring s04("xyz");
40 s04.reserve(30);
41 VERIFY( move(s03) + move(s04) == __vstring("abcdefghijklmnopqrstuvwxyz") );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/
H A D4.cc39 wstring s04(L"xyz");
40 s04.reserve(30);
41 VERIFY( move(s03) + move(s04) == wstring(L"abcdefghijklmnopqrstuvwxyz") );
/haiku-buildtools/binutils/gas/testsuite/gas/mri/
H A Dconstants.d11 0*a A s04
H A Dconstants.s1 xdef s01,s02,s03,s04,s05,s06,s07,s08,s09,s10,s11,s12,s13
5 s04 equ 12o define
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mri/
H A Dconstants.d11 0*a A s04
H A Dconstants.s1 xdef s01,s02,s03,s04,s05,s06,s07,s08,s09,s10,s11,s12,s13
5 s04 equ 12o define
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Draw-string-2.c27 const char s04[] = "(a)" u8R"MNOPQRSTUVWXYZ(b)MNOPQRSTUVWXYZ"; variable
77 TEST (s04, "(a)b");
H A Draw-string-13.c39 const char s04[] = R"a??/(x)a??/"; variable
199 TEST (s04, "x");
H A Draw-string-15.c39 const char s04[] = R"a??/(x)a??/"; variable
199 TEST (s04, "x");

Completed in 83 milliseconds