Lines Matching refs:aShouldStr1
515 rtl::OString aShouldStr1 = "ruplacu char."; in replaceChar_001() local
523 … CPPUNIT_ASSERT_MESSAGE("replace failed", aShouldStr1.equals(rtl::OString(pStr)) == sal_True); in replaceChar_001()
555 rtl::OString aShouldStr1 = "ruplace char."; in replaceChar_WithLength_001() local
563 … CPPUNIT_ASSERT_MESSAGE("replace failed", aShouldStr1.equals(rtl::OString(pStr)) == sal_True); in replaceChar_WithLength_001()
593 rtl::OString aShouldStr1 = "change this to ascii lower case."; in toAsciiLowerCase_001() local
601 … CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(rtl::OString(pStr)) == sal_True); in toAsciiLowerCase_001()
628 rtl::OString aShouldStr1 = "change thiS TO ASCII LOWER CASE."; in toAsciiLowerCase_WithLength_001() local
637 … CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(rtl::OString(pStr)) == sal_True); in toAsciiLowerCase_WithLength_001()
665 rtl::OString aShouldStr1 = "CHANGE THIS TO ASCII UPPER CASE."; in toAsciiUpperCase_001() local
673 … CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(rtl::OString(pStr)) == sal_True); in toAsciiUpperCase_001()
700 rtl::OString aShouldStr1 = "CHANGE THIs to ascii lower case."; in toAsciiUpperCase_WithLength_001() local
709 … CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(rtl::OString(pStr)) == sal_True); in toAsciiUpperCase_WithLength_001()