Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx469 Sequence<sal_Int32> offset1, offset2; in equals() local
471 OUString tmpStr1 = folding(str1, pos1, nCount1, offset1); in equals()
482 nMatch1 = (i < offset1.getLength()) ? offset1[i] : i; in equals()
490 nMatch1 = (i <= offset1.getLength()) ? offset1[i-1] + 1 : i; in equals()
H A Dtransliteration_Ignore.cxx43 Sequence< sal_Int32 > offset1; in equals() local
47 OUString s1 = this->folding( str1, pos1, nCount1, offset1); in equals()
60 … nMatch1 = offset1[ nmatch - 1 ] + 1; // Subtract 1 from nmatch because the index starts from zero. in equals()
H A Dtransliteration_commonclass.cxx95 Sequence <sal_Int32> offset1(2*len1); in compareSubstring() local
98 OUString in_str1 = this->transliterate(str1, off1, len1, offset1); in compareSubstring()

Completed in 15 milliseconds