Home
last modified time | relevance | path

Searched refs:nMatch2 (Results 1 – 17 of 17) sorted by relevance

/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_caseignore.cxx113 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 DtransliterationImpl.cxx442 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 DtextToPronounce_zh.cxx100 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 Dtransliteration_Ignore.cxx41 …const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) throw(RuntimeExcepti… in equals() argument
61nMatch2 = 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 Dtransliterationwrapper.cxx251 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 Drtfnum.cxx571 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 DXTransliteration.idl222 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 Dtransliteration_caseignore.hxx48 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 DtextToPronounce_zh.hxx49 …nt32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2)
H A Dtransliteration_Numeric.hxx49 …nt32& nMatch1, const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_OneToOne.hxx54 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_body.hxx56 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_commonclass.hxx87 …_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_Ignore.hxx50 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A DtransliterationImpl.hxx97 …Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx1057 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 Dtransliterationwrapper.hxx114 const String& rStr2, sal_Int32 nPos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) const;

Completed in 54 milliseconds