Home
last modified time | relevance | path

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

/aoo41x/main/sal/rtl/source/
H A Dustring.c239 const sal_Unicode* pStr1Run = pStr1+nStr1Len; in rtl_ustr_asciil_reverseCompare_WithLength() local
242 while ( (pStr1 < pStr1Run) && (pStr2 < pStr2Run) ) in rtl_ustr_asciil_reverseCompare_WithLength()
244 pStr1Run--; in rtl_ustr_asciil_reverseCompare_WithLength()
246 nRet = ((sal_Int32)*pStr1Run)-((sal_Int32)*pStr2Run); in rtl_ustr_asciil_reverseCompare_WithLength()
260 const sal_Unicode* pStr1Run = pStr1+nStrLen; in rtl_ustr_asciil_reverseEquals_WithLength() local
262 while ( pStr1 < pStr1Run ) in rtl_ustr_asciil_reverseEquals_WithLength()
264 pStr1Run--; in rtl_ustr_asciil_reverseEquals_WithLength()
266 if( *pStr1Run != (sal_Unicode)*pStr2Run ) in rtl_ustr_asciil_reverseEquals_WithLength()
H A Dstrtmpl.c144 const IMPL_RTL_STRCODE* pStr1Run = pStr1+nStr1Len; in IMPL_RTL_STRNAME() local
147 while ( (pStr1 < pStr1Run) && (pStr2 < pStr2Run) ) in IMPL_RTL_STRNAME()
149 pStr1Run--; in IMPL_RTL_STRNAME()
151 nRet = ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr1Run )))- in IMPL_RTL_STRNAME()

Completed in 15 milliseconds