Home
last modified time | relevance | path

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

/AOO41X/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx1033 rtl::OUString suStr1; in ascii_shortenedCompareIgnoreAsciiCase_WithLength_001() local
1036 …nt32 nValue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1, 0, sStr2.getStr()… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_001()
1042 rtl::OUString suStr1 = rtl::OUString::createFromAscii("Line must be equal."); in ascii_shortenedCompareIgnoreAsciiCase_WithLength_002() local
1045 …lue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_002()
1051 rtl::OUString suStr1 = rtl::OUString::createFromAscii("Line must differ."); in ascii_shortenedCompareIgnoreAsciiCase_WithLength_003() local
1054 …lue = rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength… in ascii_shortenedCompareIgnoreAsciiCase_WithLength_003()
1099 rtl::OUString suStr1; in ascii_compareIgnoreAsciiCase_WithLength_001() local
1102 … sal_Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1, 0, sStr2.getStr()); in ascii_compareIgnoreAsciiCase_WithLength_001()
1108 rtl::OUString suStr1 = rtl::OUString::createFromAscii("Line must be equal."); in ascii_compareIgnoreAsciiCase_WithLength_002() local
1111 …Int32 nValue = rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( suStr1.getStr(), suStr1.getLength… in ascii_compareIgnoreAsciiCase_WithLength_002()
[all …]