Lines Matching refs:aShouldStr1

536                 rtl::OUString aShouldStr1 = rtl::OUString::createFromAscii("ruplacu char.");  in replaceChar_001()  local
547 CPPUNIT_ASSERT_MESSAGE("replace failed", aShouldStr1.equals(suStr) == sal_True); in replaceChar_001()
579 rtl::OUString aShouldStr1 = rtl::OUString::createFromAscii("ruplace char."); in replaceChar_WithLength_001() local
589 CPPUNIT_ASSERT_MESSAGE("replace failed", aShouldStr1.equals(suStr) == sal_True); in replaceChar_WithLength_001()
596 rtl::OUString aShouldStr1 = rtl::OUString::createFromAscii("uuuuuueeeeeee"); in replaceChar_WithLength_002() local
606 CPPUNIT_ASSERT_MESSAGE("replace failed", aShouldStr1.equals(suStr) == sal_True); in replaceChar_WithLength_002()
637 … rtl::OUString aShouldStr1 = rtl::OUString::createFromAscii("change this to ascii lower case."); in toAsciiLowerCase_001() local
648 CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(suStr) == sal_True); in toAsciiLowerCase_001()
675 … rtl::OUString aShouldStr1 = rtl::OUString::createFromAscii("change thiS TO ASCII LOWER CASE."); in toAsciiLowerCase_WithLength_001() local
685 sal_Bool bResult = aShouldStr1.equals(suStr); in toAsciiLowerCase_WithLength_001()
719 … rtl::OUString aShouldStr1 = rtl::OUString::createFromAscii("CHANGE THIS TO ASCII UPPER CASE."); in toAsciiUpperCase_001() local
730 CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(suStr) == sal_True); in toAsciiUpperCase_001()
757 … rtl::OUString aShouldStr1 = rtl::OUString::createFromAscii("CHANGE THIs to ascii lower case."); in toAsciiUpperCase_WithLength_001() local
768 CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(suStr) == sal_True); in toAsciiUpperCase_WithLength_001()