Home
last modified time | relevance | path

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

/AOO42X/main/sal/rtl/source/
H A Dstrtmpl.c157 sal_Int32 nStr2Len ) in compare_WithLength() argument
159 sal_Int32 nRet = nStr1Len - nStr2Len; in compare_WithLength()
160 int nCount = (nRet <= 0) ? nStr1Len : nStr2Len; in compare_WithLength()
178 sal_Int32 nStr2Len, in shortenedCompare_WithLength() argument
182 const IMPL_RTL_STRCODE* pStr2End = pStr2 + nStr2Len; in shortenedCompare_WithLength()
199 return nStr1Len - nStr2Len; in shortenedCompare_WithLength()
207 sal_Int32 nStr2Len ) in reverseCompare_WithLength() argument
210 const IMPL_RTL_STRCODE* pStr2Run = pStr2+nStr2Len; in reverseCompare_WithLength()
222 return nStr1Len - nStr2Len; in reverseCompare_WithLength()
262 sal_Int32 nStr2Len ) in compareIgnoreAsciiCase_WithLength() argument
[all …]
H A Dustring.c300 sal_Int32 nStr2Len ) in rtl_ustr_asciil_reverseCompare_WithLength() argument
303 const sal_Char* pStr2Run = pStr2+nStr2Len; in rtl_ustr_asciil_reverseCompare_WithLength()
314 return nStr1Len - nStr2Len; in rtl_ustr_asciil_reverseCompare_WithLength()
/AOO42X/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx50 sal_Int32 nStr2Len) SAL_THROW(()) in matchIgnoreAsciiCase() argument
54 rStr1.getStr(), rStr1.getLength(), pStr2, nStr2Len, nStr2Len) in matchIgnoreAsciiCase()