Searched refs:str3 (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sal/qa/rtl/strings/ |
H A D | test_oustringbuffer_utf32.cxx | 78 sal_Unicode const str3[str3Len] = { 'a', 'b', 'c', 'd', 0xD800, 0xDC00 }; in TEST_F() local 89 createMessage(message, res2, rtl::OUString(str3, str3Len)); in TEST_F() 91 res2 == rtl::OUString(str3, str3Len)) << message.getStr(); in TEST_F() 100 sal_Unicode const str3[str3Len] = { 'a', 'b', 0xDBFF, 0xDFFF, 'd', 'c' }; in TEST_F() local 111 createMessage(message, res2, rtl::OUString(str3, str3Len)); in TEST_F() 113 res2 == rtl::OUString(str3, str3Len)) << message.getStr(); in TEST_F()
|
Completed in 11 milliseconds