/aoo4110/main/sal/rtl/source/ |
H A D | ustring.c | 163 pStr1++; in rtl_ustr_ascii_compare() 181 pStr1++; in rtl_ustr_ascii_compare_WithLength() 210 pStr1++; in rtl_ustr_ascii_shortenedCompare_WithLength() 226 nRet = pStr1End - pStr1; in rtl_ustr_ascii_shortenedCompare_WithLength() 262 while ( pStr1 < pStr1Run ) in rtl_ustr_asciil_reverseEquals_WithLength() 284 c1 = (sal_Int32)*pStr1; in rtl_ustr_ascii_compareIgnoreAsciiCase() 294 pStr1++; in rtl_ustr_ascii_compareIgnoreAsciiCase() 317 c1 = (sal_Int32)*pStr1; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() 327 pStr1++; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() 378 c1 = (sal_Int32)*pStr1; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() [all …]
|
H A D | strtmpl.c | 80 pStr1++; in IMPL_RTL_STRNAME() 97 --pStr1; in IMPL_RTL_STRNAME() 120 (pStr1 < pStr1End) && (pStr2 < pStr2End) ) in IMPL_RTL_STRNAME() 128 pStr1++; in IMPL_RTL_STRNAME() 144 const IMPL_RTL_STRCODE* pStr1Run = pStr1+nStr1Len; in IMPL_RTL_STRNAME() 171 c1 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr1 ); in IMPL_RTL_STRNAME() 181 pStr1++; in IMPL_RTL_STRNAME() 204 c1 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr1 ); in IMPL_RTL_STRNAME() 214 pStr1++; in IMPL_RTL_STRNAME() 238 c1 = (sal_Int32)IMPL_RTL_USTRCODE( *pStr1 ); in IMPL_RTL_STRNAME() [all …]
|
/aoo4110/main/tools/source/string/ |
H A D | strascii.cxx | 67 while ( ((nRet = ((sal_Int32)*pStr1)-((sal_Int32)((unsigned char)*pStr2))) == 0) && in ImplStringCompareAscii() 70 ++pStr1, in ImplStringCompareAscii() 79 static sal_Int32 ImplStringCompareAscii( const sal_Unicode* pStr1, const sal_Char* pStr2, in ImplStringCompareAscii() argument 84 ((nRet = ((sal_Int32)*pStr1)-((sal_Int32)((unsigned char)*pStr2))) == 0) && in ImplStringCompareAscii() 87 ++pStr1, in ImplStringCompareAscii() 102 ((nRet = ((sal_Int32)*pStr1)-((sal_Int32)((unsigned char)*pStr2))) == 0) ) in ImplStringCompareWithoutZeroAscii() 104 ++pStr1, in ImplStringCompareWithoutZeroAscii() 122 c1 = *pStr1; in ImplStringICompareAscii() 132 ++pStr1, in ImplStringICompareAscii() 154 c1 = *pStr1; in ImplStringICompareAscii() [all …]
|
H A D | strimp.cxx | 34 ++pStr1, in ImplStringCompare() 51 ++pStr1, in ImplStringCompare() 68 ++pStr1, in ImplStringCompareWithoutZero() 86 c1 = *pStr1; in ImplStringICompare() 96 ++pStr1, in ImplStringICompare() 118 c1 = *pStr1; in ImplStringICompare() 128 ++pStr1, in ImplStringICompare() 151 c1 = *pStr1; in ImplStringICompareWithoutZero() 159 ++pStr1, in ImplStringICompareWithoutZero() 1476 ++pStr1, in Match() [all …]
|
/aoo4110/main/setup_native/source/win32/customactions/regpatchactivex/ |
H A D | regpatchactivex.cxx | 40 BOOL UnicodeEquals( wchar_t* pStr1, wchar_t* pStr2 ) in UnicodeEquals() argument 42 if ( pStr1 == NULL && pStr2 == NULL ) in UnicodeEquals() 44 else if ( pStr1 == NULL || pStr2 == NULL ) in UnicodeEquals() 47 while( *pStr1 == *pStr2 && *pStr1 && *pStr2 ) in UnicodeEquals() 48 pStr1++, pStr2++; in UnicodeEquals() 50 return ( *pStr1 == 0 && *pStr2 == 0 ); in UnicodeEquals()
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 147 BOOL UnicodeEquals( wchar_t* pStr1, wchar_t* pStr2 ) in UnicodeEquals() argument 149 if ( pStr1 == NULL && pStr2 == NULL ) in UnicodeEquals() 151 else if ( pStr1 == NULL || pStr2 == NULL ) in UnicodeEquals() 154 while( *pStr1 == *pStr2 && *pStr1 && *pStr2 ) in UnicodeEquals() 155 pStr1++, pStr2++; in UnicodeEquals() 157 return ( *pStr1 == 0 && *pStr2 == 0 ); in UnicodeEquals()
|
/aoo4110/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 50 BOOL UnicodeEquals( wchar_t* pStr1, wchar_t* pStr2 ) in UnicodeEquals() argument 52 if ( pStr1 == NULL && pStr2 == NULL ) in UnicodeEquals() 54 else if ( pStr1 == NULL || pStr2 == NULL ) in UnicodeEquals() 57 while( *pStr1 == *pStr2 && *pStr1 && *pStr2 ) in UnicodeEquals() 58 pStr1++, pStr2++; in UnicodeEquals() 60 return ( *pStr1 == 0 && *pStr2 == 0 ); in UnicodeEquals()
|
/aoo4110/main/svl/source/items/ |
H A D | slstitm.cxx | 82 String* pStr1 = (String*)aList.GetObject( nCur ); in Sort() local 85 StringCompare eCompare = pStr1->CompareIgnoreCaseToAscii( *pStr2 ); //@@@ in Sort() 98 aList.Replace( pStr1, nCur + 1 ); in Sort() 133 String *pStr1, *pStr2; in SfxStringListItem() local 136 pStr1 = (String*)pList->GetObject(i); in SfxStringListItem() 137 pStr2 = new String( *pStr1 ); in SfxStringListItem()
|
/aoo4110/main/svx/source/items/ |
H A D | clipfmtitem.cxx | 120 const String* pStr1, *pStr2; in operator ==() local 124 ( (0 == ( pStr1 = pImpl->aFmtNms[ n ] )) ^ in operator ==() 126 ( pStr1 && *pStr1 != *pStr2 )) in operator ==()
|
/aoo4110/main/vcl/win/source/app/ |
H A D | saldata.cxx | 89 int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 ) in ImplSalWICompareAscii() argument 97 c1 = *pStr1; in ImplSalWICompareAscii() 107 pStr1++; in ImplSalWICompareAscii()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | string.hxx | 410 friend sal_Bool operator == ( const sal_Char * pStr1, const OString& rStr2 ) SAL_THROW(()) in operator ==() argument 411 { return OString( pStr1 ).compareTo( rStr2 ) == 0; } in operator ==() 417 friend sal_Bool operator != ( const sal_Char * pStr1, const OString& rStr2 ) SAL_THROW(()) in operator !=() argument 418 { return !(operator == ( pStr1, rStr2 )); } in operator !=()
|
H A D | ustring.hxx | 720 …friend sal_Bool operator == ( const sal_Unicode * pStr1, const OUString& rStr2 ) SAL_THROW(… in operator ==() argument 721 { return OUString( pStr1 ).compareTo( rStr2 ) == 0; } in operator ==() 727 …friend sal_Bool operator != ( const sal_Unicode * pStr1, const OUString& rStr2 ) SAL_THROW(… in operator !=() argument 728 { return !(operator == ( pStr1, rStr2 )); } in operator !=()
|
/aoo4110/main/sc/source/core/data/ |
H A D | patattr.cxx | 134 inline int StrCmp( const String* pStr1, const String* pStr2 ) in StrCmp() argument 136 return ( pStr1 ? ( pStr2 ? ( *pStr1 == *pStr2 ) : sal_False ) : ( pStr2 ? sal_False : sal_True ) ); in StrCmp()
|
/aoo4110/main/vcl/inc/win/ |
H A D | saldata.hxx | 250 int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 );
|
/aoo4110/main/linguistic/source/ |
H A D | lngsvcmgr.cxx | 1527 const OUString *pStr1 = rList1.getConstArray(); in IsEqSvcList() local 1532 if (*pStr1++ != *pStr2++) in IsEqSvcList()
|
/aoo4110/main/sal/qa/OStringBuffer/ |
H A D | rtl_OStringBuffer.cxx | 111 const sal_Char* pStr1 = aStrBuf1.getStr(); in ctor_003() local 129 *pStr1 == '\0' && in ctor_003()
|