Searched refs:nStr1Len (Results 1 – 2 of 2) sorted by relevance
173 sal_Int32 nStr1Len, in rtl_ustr_ascii_compare_WithLength() argument177 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()196 const sal_Unicode* pStr1End = pStr1 + nStr1Len; in rtl_ustr_ascii_shortenedCompare_WithLength()235 sal_Int32 nStr1Len, in rtl_ustr_asciil_reverseCompare_WithLength() argument239 const sal_Unicode* pStr1Run = pStr1+nStr1Len; in rtl_ustr_asciil_reverseCompare_WithLength()251 return nStr1Len - nStr2Len; in rtl_ustr_asciil_reverseCompare_WithLength()313 if ( !nStr1Len ) in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()329 nStr1Len--; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()[all …]
90 sal_Int32 nStr1Len, in IMPL_RTL_STRNAME()94 sal_Int32 nRet = nStr1Len - nStr2Len; in IMPL_RTL_STRNAME()95 int nCount = (nRet <= 0) ? nStr1Len : nStr2Len; in IMPL_RTL_STRNAME()116 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME()134 return nStr1Len - nStr2Len; in IMPL_RTL_STRNAME()144 const IMPL_RTL_STRCODE* pStr1Run = pStr1+nStr1Len; in IMPL_RTL_STRNAME()157 return nStr1Len - nStr2Len; in IMPL_RTL_STRNAME()196 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME()218 return nStr1Len - nStr2Len; in IMPL_RTL_STRNAME()229 const IMPL_RTL_STRCODE* pStr1End = pStr1 + nStr1Len; in IMPL_RTL_STRNAME()[all …]
Completed in 34 milliseconds