Lines Matching refs:pStr1

28 static sal_Int32 ImplStringCompare( const STRCODE* pStr1, const STRCODE* pStr2 )  in ImplStringCompare()  argument
31 while ( ((nRet = ((sal_Int32)((STRCODEU)*pStr1))-((sal_Int32)((STRCODEU)*pStr2))) == 0) && in ImplStringCompare()
34 ++pStr1, in ImplStringCompare()
43 static sal_Int32 ImplStringCompare( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringCompare() argument
48 ((nRet = ((sal_Int32)((STRCODEU)*pStr1))-((sal_Int32)((STRCODEU)*pStr2))) == 0) && in ImplStringCompare()
51 ++pStr1, in ImplStringCompare()
61 static sal_Int32 ImplStringCompareWithoutZero( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringCompareWithoutZero() argument
66 ((nRet = ((sal_Int32)((STRCODEU)*pStr1))-((sal_Int32)((STRCODEU)*pStr2))) == 0) ) in ImplStringCompareWithoutZero()
68 ++pStr1, in ImplStringCompareWithoutZero()
78 static sal_Int32 ImplStringICompare( const STRCODE* pStr1, const STRCODE* pStr2 ) in ImplStringICompare() argument
86 c1 = *pStr1; in ImplStringICompare()
96 ++pStr1, in ImplStringICompare()
106 static sal_Int32 ImplStringICompare( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringICompare() argument
118 c1 = *pStr1; in ImplStringICompare()
128 ++pStr1, in ImplStringICompare()
139 static sal_Int32 ImplStringICompareWithoutZero( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringICompareWithoutZero() argument
151 c1 = *pStr1; in ImplStringICompareWithoutZero()
159 ++pStr1, in ImplStringICompareWithoutZero()
1468 const STRCODE* pStr1 = mpData->maStr; in Match() local
1474 if ( *pStr1 != *pStr2 ) in Match()
1476 ++pStr1, in Match()
1545 const STRCODE* pStr1 = mpData->maStr; in Search() local
1546 pStr1 += nIndex; in Search()
1553 if ( *pStr1 == cSearch ) in Search()
1555 ++pStr1, in Search()
1567 if ( ImplStringCompareWithoutZero( pStr1, pStr2, nStrLen ) == 0 ) in Search()
1569 ++pStr1, in Search()