Home
last modified time | relevance | path

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

/AOO42X/main/sal/rtl/source/
H A Dustring.c303 const sal_Char* pStr2Run = pStr2+nStr2Len; in rtl_ustr_asciil_reverseCompare_WithLength() local
305 while ( (pStr1 < pStr1Run) && (pStr2 < pStr2Run) ) in rtl_ustr_asciil_reverseCompare_WithLength()
308 pStr2Run--; in rtl_ustr_asciil_reverseCompare_WithLength()
309 nRet = ((sal_Int32)*pStr1Run)-((sal_Int32)*pStr2Run); in rtl_ustr_asciil_reverseCompare_WithLength()
324 const sal_Char* pStr2Run = pStr2+nStrLen; in rtl_ustr_asciil_reverseEquals_WithLength() local
328 pStr2Run--; in rtl_ustr_asciil_reverseEquals_WithLength()
329 if( *pStr1Run != (sal_Unicode)*pStr2Run ) in rtl_ustr_asciil_reverseEquals_WithLength()
H A Dstrtmpl.c210 const IMPL_RTL_STRCODE* pStr2Run = pStr2+nStr2Len; in reverseCompare_WithLength() local
212 while ( (pStr1 < pStr1Run) && (pStr2 < pStr2Run) ) in reverseCompare_WithLength()
215 pStr2Run--; in reverseCompare_WithLength()
217 ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr2Run ))); in reverseCompare_WithLength()