Lines Matching refs:pStr2

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()
32 *pStr2 ) in ImplStringCompare()
35 ++pStr2; 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()
49 *pStr2 ) in ImplStringCompare()
52 ++pStr2, 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()
69 ++pStr2, in ImplStringCompareWithoutZero()
78 static sal_Int32 ImplStringICompare( const STRCODE* pStr1, const STRCODE* pStr2 ) in ImplStringICompare() argument
87 c2 = *pStr2; in ImplStringICompare()
97 ++pStr2; in ImplStringICompare()
106 static sal_Int32 ImplStringICompare( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringICompare() argument
119 c2 = *pStr2; in ImplStringICompare()
129 ++pStr2, in ImplStringICompare()
139 static sal_Int32 ImplStringICompareWithoutZero( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringICompareWithoutZero() argument
152 c2 = *pStr2; in ImplStringICompareWithoutZero()
160 ++pStr2, in ImplStringICompareWithoutZero()
1469 const STRCODE* pStr2 = rStr.mpData->maStr; in Match() local
1474 if ( *pStr1 != *pStr2 ) in Match()
1477 ++pStr2, in Match()
1561 const STRCODE* pStr2 = rStr.mpData->maStr; in Search() local
1567 if ( ImplStringCompareWithoutZero( pStr1, pStr2, nStrLen ) == 0 ) in Search()