Home
last modified time | relevance | path

Searched refs:nMatch1 (Results 1 – 16 of 16) sorted by relevance

/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_caseignore.cxx112 const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, 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()
142 const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in compare() argument
150 nMatch1 = nMatch2 = 0; in compare()
152 #define NOT_END_OF_STR1 (nMatch1 < nCount1 || e1.current < e1.element.nmap) in compare()
156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare()
[all …]
H A DtransliterationImpl.cxx441 const OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument
457 nMatch1 = nMatch2 = 0; in equals()
467 return caseignore->equals(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2); in equals()
482 nMatch1 = (i < offset1.getLength()) ? offset1[i] : i; in equals()
490 nMatch1 = (i <= offset1.getLength()) ? offset1[i-1] + 1 : i; in equals()
494 nMatch1 = nCount1; in equals()
H A DtextToPronounce_zh.cxx99 …ronounce_zh::equals( const OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, in equals() argument
122 nMatch1 = nMatch2 = i; in equals()
126 nMatch1 = nMatch2 = realCount; in equals()
H A Dtransliteration_Ignore.cxx40 …eration_Ignore::equals(const OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument
60nMatch1 = offset1[ nmatch - 1 ] + 1; // Subtract 1 from nmatch because the index starts from zero. in equals()
64 nMatch1 = 0; // No character was matched. in equals()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx250 const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument
258 return xTrans->equals( rStr1, nPos1, nCount1, nMatch1, rStr2, nPos2, nCount2, nMatch2 ); in equals()
326 sal_Int32 nMatch1, nMatch2; in isEqual() local
328 rStr1, 0, rStr1.Len(), nMatch1, in isEqual()
336 sal_Int32 nMatch1, nMatch2; in isMatch() local
338 rStr1, 0, rStr1.Len(), nMatch1, in isMatch()
340 return (nMatch1 <= nMatch2) && (nMatch1 == rStr1.Len()); in isMatch()
/trunk/main/i18npool/inc/
H A Dtransliteration_caseignore.hxx47 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
65 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A DtextToPronounce_zh.hxx49 …equals( const rtl::OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const …
H A Dtransliteration_Numeric.hxx49 …equals( const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const …
H A Dtransliteration_OneToOne.hxx53 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A Dtransliteration_body.hxx55 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A Dtransliteration_commonclass.hxx87 …equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const rt…
H A Dtransliteration_Ignore.hxx49 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A DtransliterationImpl.hxx97 …sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx1050 sal_uLong nMatch1 = 0; // pTempRows, keine Spalten in CompareDocument() local
1053 nMatch1 += SC_DOCCOMP_MAXDIFF - in CompareDocument()
1064 if ( nMatch1 >= nMatch2 ) // ohne Spalten ? in CompareDocument()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl222 equals( "a", 0, 1, nMatch1, "aaa", 0, 3, nMatch2 ) <br/>
224 equals( "aab", 0, 3, nMatch1, "aaa", 0, 3, nMatch2 ) <br/>
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx113 const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1,

Completed in 46 milliseconds