Home
last modified time | relevance | path

Searched refs:aShouldStr1 (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx515 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
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
[all …]
/aoo4110/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx536 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()
685 sal_Bool bResult = aShouldStr1.equals(suStr); in toAsciiLowerCase_WithLength_001()
730 CPPUNIT_ASSERT_MESSAGE("failed", aShouldStr1.equals(suStr) == sal_True); in toAsciiUpperCase_001()
[all …]

Completed in 30 milliseconds