Searched refs:str1Len (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/qa/rtl/strings/ |
H A D | test_oustringbuffer_utf32.cxx | 73 int const str1Len = 3; in TEST_F() local 74 sal_Unicode const str1[str1Len] = { 'a', 'b', 'c' }; in TEST_F() 80 rtl::OUStringBuffer buf1(rtl::OUString(str1, str1Len)); in TEST_F() 95 int const str1Len = 3; in TEST_F() local 96 sal_Unicode const str1[str1Len] = { 'a', 'b', 'c' }; in TEST_F() 102 rtl::OUStringBuffer buf1(rtl::OUString(str1, str1Len)); in TEST_F()
|
H A D | test_oustring_endswith.cxx | 73 sal_Int32 str1Len; in TEST_F() member 97 appendString(msg, rtl::OString(data[i].str1, data[i].str1Len)); in TEST_F() 105 data[i].str1, data[i].str1Len, in TEST_F()
|
Completed in 11 milliseconds