Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/rtl/strings/
H A Dtest_oustringbuffer_utf32.cxx89 int const str3Len = 6; in appendUtf32() local
90 sal_Unicode const str3[str3Len] = { 'a', 'b', 'c', 'd', 0xD800, 0xDC00 }; in appendUtf32()
101 createMessage(message, res2, rtl::OUString(str3, str3Len)); in appendUtf32()
103 message.getStr(), res2 == rtl::OUString(str3, str3Len)); in appendUtf32()
111 int const str3Len = 6; in insertUtf32() local
112 sal_Unicode const str3[str3Len] = { 'a', 'b', 0xDBFF, 0xDFFF, 'd', 'c' }; in insertUtf32()
123 createMessage(message, res2, rtl::OUString(str3, str3Len)); in insertUtf32()
125 message.getStr(), res2 == rtl::OUString(str3, str3Len)); in insertUtf32()

Completed in 12 milliseconds