/trunk/main/i18npool/source/transliteration/ |
H A D | transliteration_caseignore.cxx | 113 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument 116 return (compare(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2) == 0); in equals() 125 sal_Int32 nMatch1, nMatch2; in compareSubstring() local 126 return compare(str1, off1, len1, nMatch1, str2, off2, len2, nMatch2); in compareSubstring() 136 sal_Int32 nMatch1, nMatch2; in compareString() local 137 return compare(str1, 0, str1.getLength(), nMatch1, str2, 0, str2.getLength(), nMatch2); in compareString() 143 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in compare() argument 150 nMatch1 = nMatch2 = 0; in compare() 153 #define NOT_END_OF_STR2 (nMatch2 < nCount2 || e2.current < e2.element.nmap) in compare() 157 … c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare() [all …]
|
H A D | transliterationImpl.cxx | 442 const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument 457 nMatch1 = nMatch2 = 0; in equals() 467 return caseignore->equals(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2); in equals() 483 nMatch2 = (i < offset2.getLength()) ? offset2[i] : i; in equals() 491 nMatch2 = (i <= offset2.getLength()) ? offset2[i-1] + 1 : i; in equals() 495 nMatch2 = nCount2; in equals()
|
H A D | textToPronounce_zh.cxx | 100 const OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2) in equals() argument 122 nMatch1 = nMatch2 = i; in equals() 126 nMatch1 = nMatch2 = realCount; in equals()
|
H A D | transliteration_Ignore.cxx | 41 …const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) throw(RuntimeExcepti… in equals() argument 61 …nMatch2 = offset2[ nmatch - 1 ] + 1; // And then, add 1 to position because it means the number of… in equals() 65 nMatch2 = 0; in equals()
|
/trunk/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 251 const String& rStr2, sal_Int32 nPos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) const in equals() 258 return xTrans->equals( rStr1, nPos1, nCount1, nMatch1, rStr2, nPos2, nCount2, nMatch2 ); in equals() 326 sal_Int32 nMatch1, nMatch2; in isEqual() local 329 rStr2, 0, rStr2.Len(), nMatch2 ); in isEqual() 336 sal_Int32 nMatch1, nMatch2; in isMatch() local 339 rStr2, 0, rStr2.Len(), nMatch2 ); in isMatch() 340 return (nMatch1 <= nMatch2) && (nMatch1 == rStr1.Len()); in isMatch()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 571 sal_uInt16 nMatch2 = static_cast< sal_uInt16 >(nMatch); in ReadListOverrideTable() local 572 if (!aListArr[nMatch2].nListNo ) in ReadListOverrideTable() 574 aListArr[nMatch2].nListNo = aEntry.nListNo; in ReadListOverrideTable() 578 aEntry.nListDocPos=aListArr[nMatch2].nListDocPos; in ReadListOverrideTable() 579 aEntry.nListTemplateId=aListArr[nMatch2].nListTemplateId; in ReadListOverrideTable() 583 aListArr[nMatch2].nListDocPos = aEntry.nListDocPos; in ReadListOverrideTable()
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | XTransliteration.idl | 222 equals( "a", 0, 1, nMatch1, "aaa", 0, 3, nMatch2 ) <br/> 223 returns <FALSE/> and nMatch:=1 and nMatch2:=1 <br/> 224 equals( "aab", 0, 3, nMatch1, "aaa", 0, 3, nMatch2 ) <br/> 225 returns <FALSE/> and nMatch:=2 and nMatch2:=2 <br/> </p>
|
/trunk/main/i18npool/inc/ |
H A D | transliteration_caseignore.hxx | 48 const rtl::OUString& src2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) 66 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2)
|
H A D | textToPronounce_zh.hxx | 49 …nt32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2)
|
H A D | transliteration_Numeric.hxx | 49 …nt32& nMatch1, const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_OneToOne.hxx | 54 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_body.hxx | 56 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_commonclass.hxx | 87 …_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_Ignore.hxx | 50 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliterationImpl.hxx | 97 …Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
/trunk/main/sc/source/core/data/ |
H A D | documen4.cxx | 1057 sal_uLong nMatch2 = 0; // pOtherRows, pOtherCols in CompareDocument() local 1060 nMatch2 += SC_DOCCOMP_MAXDIFF - in CompareDocument() 1064 if ( nMatch1 >= nMatch2 ) // ohne Spalten ? in CompareDocument()
|
/trunk/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 114 const String& rStr2, sal_Int32 nPos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) const;
|