Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx469 Sequence<sal_Int32> offset1, offset2; in equals() local
472 OUString tmpStr2 = folding(str2, pos2, nCount2, offset2); in equals()
483 nMatch2 = (i < offset2.getLength()) ? offset2[i] : i; in equals()
491 nMatch2 = (i <= offset2.getLength()) ? offset2[i-1] + 1 : i; in equals()
H A Dtransliteration_Ignore.cxx44 Sequence< sal_Int32 > offset2; in equals() local
48 OUString s2 = this->folding( str2, pos2, nCount2, offset2); in equals()
61 …nMatch2 = offset2[ nmatch - 1 ] + 1; // And then, add 1 to position because it means the number of… in equals()
H A Dtransliteration_commonclass.cxx96 Sequence <sal_Int32> offset2(2*len2); in compareSubstring() local
99 OUString in_str2 = this->transliterate(str2, off2, len2, offset2); in compareSubstring()
/trunk/main/oox/source/token/
H A Dtokens.txt3601 offset2

Completed in 23 milliseconds