Lines Matching refs:sStr2

839         rtl::OString sStr2 =                                 "Line is shorter.";  in TEST_F()  local
840 …cii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr(),… in TEST_F()
846 rtl::OString sStr2; in TEST_F() local
848 … rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), 0, sStr2.getStr(), 0); in TEST_F()
855 rtl::OString sStr2 = "Line must be equal."; in TEST_F() local
857 …eIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(), sStr2.getLength(… in TEST_F()
864 rtl::OString sStr2 = "Line must be differ and longer."; in TEST_F() local
866 …eIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(), sStr2.getLength(… in TEST_F()
892 rtl::OString sStr2 = "Line is shorter."; in TEST_F() local
893 …rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr(… in TEST_F()
899 rtl::OString sStr2; in TEST_F() local
901 …t32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), 0, sStr2.getStr()); in TEST_F()
908 rtl::OString sStr2 = "Line must be equal."; in TEST_F() local
910 …ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr()); in TEST_F()
917 rtl::OString sStr2 = "Line must be differ and longer."; in TEST_F() local
919 …ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr()); in TEST_F()
944 rtl::OString sStr2; in TEST_F() local
946 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in TEST_F()
953 rtl::OString sStr2 = "Line must be equal."; in TEST_F() local
955 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in TEST_F()
962 rtl::OString sStr2 = "Line foo bar, ok, differ."; in TEST_F() local
964 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in TEST_F()
990 rtl::OString sStr2; in TEST_F() local
992 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()
999 rtl::OString sStr2 = "Line must be equal."; in TEST_F() local
1001 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()
1008 … rtl::OString sStr2 = "LINE MUST BE EQUAL, WHEN IGNORE CASE."; in TEST_F() local
1010 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()
1017 rtl::OString sStr2 = "Line foo bar, ok, differ."; in TEST_F() local
1019 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()
1074 rtl::OString sStr2; in TEST_F() local
1076 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()
1083 rtl::OString sStr2 = "Line must be equal."; in TEST_F() local
1085 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()
1092 … rtl::OString sStr2 = "LINE MUST BE EQUAL, WHEN IGNORE CASE."; in TEST_F() local
1094 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()
1101 rtl::OString sStr2 = "Line foo bar, ok, differ."; in TEST_F() local
1103 sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase( suStr1.getStr(), sStr2.getStr()); in TEST_F()