Lines Matching refs:nValue
51 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in compare_001() local
52 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_001()
60 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in compare_002() local
61 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_002()
69 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in compare_003() local
70 CPPUNIT_ASSERT_MESSAGE("compare failed, strings differ.", nValue != 0); in compare_003()
106 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_001() local
107 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_001()
115 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_002() local
116 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_002()
124 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_002_1() local
125 … CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal (if case insensitve).", nValue == 0); in compare_002_1()
133 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in compare_003() local
134 CPPUNIT_ASSERT_MESSAGE("compare failed, strings differ.", nValue != 0); in compare_003()
172 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in compare_001() local
173 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_001()
181 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in compare_002() local
184 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_002()
192 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in compare_002_1() local
195 … CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal (if case insensitve).", nValue == 0); in compare_002_1()
203 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in compare_003() local
206 … CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal first 5 characters.", nValue == 0); in compare_003()
214 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in compare_004() local
217 CPPUNIT_ASSERT_MESSAGE("compare failed, strings differ.", nValue != 0); in compare_004()