Searched refs:str1Len (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sal/qa/rtl/strings/ |
H A D | test_oustringbuffer_utf32.cxx | 85 int const str1Len = 3; in appendUtf32() local 86 sal_Unicode const str1[str1Len] = { 'a', 'b', 'c' }; in appendUtf32() 92 rtl::OUStringBuffer buf1(rtl::OUString(str1, str1Len)); in appendUtf32() 107 int const str1Len = 3; in insertUtf32() local 108 sal_Unicode const str1[str1Len] = { 'a', 'b', 'c' }; in insertUtf32() 114 rtl::OUStringBuffer buf1(rtl::OUString(str1, str1Len)); in insertUtf32()
|
H A D | test_oustring_endswith.cxx | 79 sal_Int32 str1Len; in endsWith() member 103 appendString(msg, rtl::OString(data[i].str1, data[i].str1Len)); in endsWith() 112 data[i].str1, data[i].str1Len, in endsWith()
|
Completed in 13 milliseconds