Searched refs:sStr2 (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sal/qa/rtl/oustring/ |
| H A D | rtl_ustr.cxx | 1027 rtl::OString sStr2 = "Line is shorter."; in ascii_shortenedCompareIgnoreAsciiCase_WithLength_000_2() local 1028 …cii_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr(),… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_000_2() 1034 rtl::OString sStr2; in ascii_shortenedCompareIgnoreAsciiCase_WithLength_001() local 1036 … nValue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1, 0, sStr2.getStr(), 0); in ascii_shortenedCompareIgnoreAsciiCase_WithLength_001() 1043 rtl::OString sStr2 = "Line must be equal."; in ascii_shortenedCompareIgnoreAsciiCase_WithLength_002() local 1045 …eIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(), sStr2.getLength(… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_002() 1052 … rtl::OString sStr2 = "Line must be differ and longer."; in ascii_shortenedCompareIgnoreAsciiCase_WithLength_003() local 1054 …eIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength(), sStr2.getStr(), sStr2.getLength(… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_003() 1093 rtl::OString sStr2 = "Line is shorter."; in ascii_compareIgnoreAsciiCase_WithLength_000_2() local 1094 …l_ustr_ascii_compareIgnoreAsciiCase_WithLength( aStr1.getStr(), sStr2.getLength(), sStr2.getStr()); in ascii_compareIgnoreAsciiCase_WithLength_000_2() [all …]
|
| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | Awrapado.cxx | 149 OLEString sStr2(UserID); in Open() local 151 sal_Bool bErg = SUCCEEDED(pInterface->Open(sStr1,sStr2,sStr3,Options)); in Open() 1519 OLEString sStr2(_rNewPwd); in ChangePassword() local 1520 sal_Bool bErg = SUCCEEDED(pInterface->ChangePassword(sStr1,sStr2)); in ChangePassword()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 1296 String sStr1, sStr2; in ScAmpersand() local 1300 sStr2 = GetString(); in ScAmpersand() 1326 sStr = sStr2; in ScAmpersand() 1377 if ( CheckStringResultLen( sStr1, sStr2 ) ) in ScAmpersand() 1378 sStr1 += sStr2; in ScAmpersand()
|