Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dustring.c196 const sal_Unicode* pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompare_WithLength() local
199 (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() local
372 (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()
H A Dstrtmpl.c116 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME() local
120 (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()
196 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME() local
201 while ( (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()
229 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME() local
235 (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME()

Completed in 27 milliseconds