Lines Matching refs:nStr1Len
173 sal_Int32 nStr1Len, in rtl_ustr_ascii_compare_WithLength() argument
177 while( ((nRet = (nStr1Len ? (sal_Int32)(*pStr1) : 0)- in rtl_ustr_ascii_compare_WithLength()
179 nStr1Len && *pStr2 ) in rtl_ustr_ascii_compare_WithLength()
183 nStr1Len--; in rtl_ustr_ascii_compare_WithLength()
192 sal_Int32 nStr1Len, in rtl_ustr_ascii_shortenedCompare_WithLength() argument
196 const sal_Unicode* pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompare_WithLength()
235 sal_Int32 nStr1Len, in rtl_ustr_asciil_reverseCompare_WithLength() argument
239 const sal_Unicode* pStr1Run = pStr1+nStr1Len; in rtl_ustr_asciil_reverseCompare_WithLength()
251 return nStr1Len - nStr2Len; in rtl_ustr_asciil_reverseCompare_WithLength()
305 sal_Int32 nStr1Len, in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() argument
313 if ( !nStr1Len ) in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
329 nStr1Len--; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
363 sal_Int32 nStr1Len, in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() argument
367 const sal_Unicode* pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()