Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/rtl/strings/
H A Dtest_oustringbuffer_utf32.cxx87 int const str2Len = 4; in appendUtf32() local
88 sal_Unicode const str2[str2Len] = { 'a', 'b', 'c', 'd' }; in appendUtf32()
95 createMessage(message, res1, rtl::OUString(str2, str2Len)); in appendUtf32()
97 message.getStr(), res1 == rtl::OUString(str2, str2Len)); in appendUtf32()
98 rtl::OUStringBuffer buf2(rtl::OUString(str2, str2Len)); in appendUtf32()
109 int const str2Len = 4; in insertUtf32() local
110 sal_Unicode const str2[str2Len] = { 'a', 'b', 'd', 'c' }; in insertUtf32()
117 createMessage(message, res1, rtl::OUString(str2, str2Len)); in insertUtf32()
119 message.getStr(), res1 == rtl::OUString(str2, str2Len)); in insertUtf32()
120 rtl::OUStringBuffer buf2(rtl::OUString(str2, str2Len)); in insertUtf32()
H A Dtest_oustring_endswith.cxx81 sal_Int32 str2Len; in endsWith() member
106 appendString(msg, rtl::OString(data[i].str2, data[i].str2Len)); in endsWith()
114 data[i].str2, data[i].str2Len) in endsWith()

Completed in 14 milliseconds