Home
last modified time | relevance | path

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

/AOO42X/main/sal/rtl/source/
H A Dustring.c231 sal_Int32 nStr1Len, in rtl_ustr_ascii_compare_WithLength() argument
235 IMPL_RTL_UNI_NULL_AS_EMPTY_LEN( pStr1, nStr1Len ); in rtl_ustr_ascii_compare_WithLength()
237 while( ((nRet = (nStr1Len ? (sal_Int32)(*pStr1) : 0)- in rtl_ustr_ascii_compare_WithLength()
239 nStr1Len && *pStr2 ) in rtl_ustr_ascii_compare_WithLength()
243 nStr1Len--; in rtl_ustr_ascii_compare_WithLength()
252 sal_Int32 nStr1Len, in rtl_ustr_ascii_shortenedCompare_WithLength() argument
258 IMPL_RTL_UNI_NULL_AS_EMPTY_LEN( pStr1, nStr1Len ); in rtl_ustr_ascii_shortenedCompare_WithLength()
260 pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompare_WithLength()
298 sal_Int32 nStr1Len, in rtl_ustr_asciil_reverseCompare_WithLength() argument
302 const sal_Unicode* pStr1Run = pStr1+nStr1Len; in rtl_ustr_asciil_reverseCompare_WithLength()
[all …]
H A Dstrtmpl.c155 sal_Int32 nStr1Len, in compare_WithLength() argument
159 sal_Int32 nRet = nStr1Len - nStr2Len; in compare_WithLength()
160 int nCount = (nRet <= 0) ? nStr1Len : nStr2Len; in compare_WithLength()
176 sal_Int32 nStr1Len, in shortenedCompare_WithLength() argument
181 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in shortenedCompare_WithLength()
199 return nStr1Len - nStr2Len; in shortenedCompare_WithLength()
205 sal_Int32 nStr1Len, in reverseCompare_WithLength() argument
209 const IMPL_RTL_STRCODE* pStr1Run = pStr1+nStr1Len; in reverseCompare_WithLength()
222 return nStr1Len - nStr2Len; in reverseCompare_WithLength()
260 sal_Int32 nStr1Len, in compareIgnoreAsciiCase_WithLength() argument
[all …]