Searched refs:pStr2Run (Results 1 – 2 of 2) sorted by relevance
240 const sal_Char* pStr2Run = pStr2+nStr2Len; in rtl_ustr_asciil_reverseCompare_WithLength() local242 while ( (pStr1 < pStr1Run) && (pStr2 < pStr2Run) ) in rtl_ustr_asciil_reverseCompare_WithLength()245 pStr2Run--; in rtl_ustr_asciil_reverseCompare_WithLength()246 nRet = ((sal_Int32)*pStr1Run)-((sal_Int32)*pStr2Run); in rtl_ustr_asciil_reverseCompare_WithLength()261 const sal_Char* pStr2Run = pStr2+nStrLen; in rtl_ustr_asciil_reverseEquals_WithLength() local265 pStr2Run--; in rtl_ustr_asciil_reverseEquals_WithLength()266 if( *pStr1Run != (sal_Unicode)*pStr2Run ) in rtl_ustr_asciil_reverseEquals_WithLength()
145 const IMPL_RTL_STRCODE* pStr2Run = pStr2+nStr2Len; in IMPL_RTL_STRNAME() local147 while ( (pStr1 < pStr1Run) && (pStr2 < pStr2Run) ) in IMPL_RTL_STRNAME()150 pStr2Run--; in IMPL_RTL_STRNAME()152 ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr2Run ))); in IMPL_RTL_STRNAME()
Completed in 17 milliseconds