Home
last modified time | relevance | path

Searched refs:str2Len (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustringbuffer_utf32.cxx75 int const str2Len = 4; in TEST_F() local
76 sal_Unicode const str2[str2Len] = { 'a', 'b', 'c', 'd' }; in TEST_F()
83 createMessage(message, res1, rtl::OUString(str2, str2Len)); in TEST_F()
85 res1 == rtl::OUString(str2, str2Len)) << message.getStr(); in TEST_F()
86 rtl::OUStringBuffer buf2(rtl::OUString(str2, str2Len)); in TEST_F()
97 int const str2Len = 4; in TEST_F() local
98 sal_Unicode const str2[str2Len] = { 'a', 'b', 'd', 'c' }; in TEST_F()
105 createMessage(message, res1, rtl::OUString(str2, str2Len)); in TEST_F()
107 res1 == rtl::OUString(str2, str2Len)) << message.getStr(); in TEST_F()
108 rtl::OUStringBuffer buf2(rtl::OUString(str2, str2Len)); in TEST_F()
H A Dtest_oustring_endswith.cxx75 sal_Int32 str2Len; in TEST_F() member
100 appendString(msg, rtl::OString(data[i].str2, data[i].str2Len)); in TEST_F()
107 data[i].str2, data[i].str2Len) in TEST_F()

Completed in 17 milliseconds