Lines Matching refs:getLength

154 …rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), NULL, 0, 1…  in TEST_F()
161 …eAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), aStr2.getStr(), aStr2.getLength(), aStr1… in TEST_F()
170 …32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), in TEST_F()
171 … aStr2.getStr(), aStr2.getLength(), in TEST_F()
172 aStr1.getLength()); in TEST_F()
181 …32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), in TEST_F()
182 … aStr2.getStr(), aStr2.getLength(), in TEST_F()
183 aStr1.getLength()); in TEST_F()
192 …32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), in TEST_F()
193 … aStr2.getStr(), aStr2.getLength(), in TEST_F()
203 …32 nValue = rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), in TEST_F()
204 … aStr2.getStr(), aStr2.getLength(), in TEST_F()
205 aStr1.getLength()); in TEST_F()
445 sal_uInt32 nLength = aStr1.getLength() * sizeof(sal_Unicode); in TEST_F()
452 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F()
479 sal_uInt32 nLength = aStr1.getLength() * sizeof(sal_Unicode); in TEST_F()
485 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F()
496 sal_uInt32 nLength = aStr1.getLength() * sizeof(sal_Unicode); in TEST_F()
502 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F()
525 sal_uInt32 nLength = aStr1.getLength() * sizeof(sal_Unicode); in TEST_F()
532 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F()
552 sal_uInt32 nLength = aStr1.getLength() * sizeof(sal_Unicode); in TEST_F()
559 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F()
563 printf("Result length: %d\n", suStr.getLength() ); in TEST_F()
587 sal_uInt32 nLength = aStr1.getLength() * sizeof(sal_Unicode); in TEST_F()
594 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F()
615 sal_uInt32 nLength = aStr1.getLength() * sizeof(sal_Unicode); in TEST_F()
621 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F()
645 sal_uInt32 nLength = suStr.getLength() * sizeof(sal_Unicode); in TEST_F()
656 sal_uInt32 nLength = suStr.getLength() * sizeof(sal_Unicode); in TEST_F()
662 ASSERT_TRUE(rtl::OUString(pStr).getLength() == 0) << "string should be empty"; in TEST_F()
671 sal_uInt32 nLength = suStr.getLength() * sizeof(sal_Unicode); in TEST_F()
677 ASSERT_TRUE(rtl::OUString(pStr).getLength() == 4) << "string should contain 'trim'"; in TEST_F()
686 sal_uInt32 nLength = suStr.getLength() * sizeof(sal_Unicode); in TEST_F()
692 ASSERT_TRUE(rtl::OUString(pStr).getLength() == 4) << "string should contain 'trim'"; in TEST_F()
700 sal_uInt32 nLength = suStr.getLength() * sizeof(sal_Unicode); in TEST_F()
706 ASSERT_TRUE(rtl::OUString(pStr).getLength() == 4) << "string should contain 'trim'"; in TEST_F()
714 sal_uInt32 nLength = suStr.getLength() * sizeof(sal_Unicode); in TEST_F()
718 rtl_ustr_trim_WithLength( pStr, suStr.getLength() ); in TEST_F()
720 … ASSERT_TRUE(rtl::OUString(pStr).getLength() == 11) << "string should contain 'trim \\t this'"; in TEST_F()
833 …rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), NULL… in TEST_F()
840 …rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr… in TEST_F()
857 …reIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(), sStr2.getLength in TEST_F()
866 …reIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(), sStr2.getLength in TEST_F()
893 …rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr(… in TEST_F()
910 …l_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(… in TEST_F()
919 …l_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(… in TEST_F()