Searched refs:pStr1End (Results 1 – 2 of 2) sorted by relevance
196 const sal_Unicode* pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompare_WithLength() local199 (pStr1 < pStr1End) && *pStr2 ) in rtl_ustr_ascii_shortenedCompare_WithLength()219 OSL_ENSURE( pStr1 == pStr1End, "pStr1 == pStr1End failed" ); in rtl_ustr_ascii_shortenedCompare_WithLength()226 nRet = pStr1End - pStr1; in rtl_ustr_ascii_shortenedCompare_WithLength()367 const sal_Unicode* pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() local372 (pStr1 < pStr1End) && *pStr2 ) in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()398 OSL_ENSURE( pStr1 == pStr1End, "pStr1 == pStr1End failed" ); in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()405 nRet = pStr1End - pStr1; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
116 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME() local120 (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()196 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME() local201 while ( (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()229 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME() local235 (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()
Completed in 38 milliseconds