Searched refs:offset1 (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 471 Sequence<sal_Int32> offset1, offset2; in equals() local 473 OUString tmpStr1 = folding(str1, pos1, nCount1, offset1); in equals() 484 nMatch1 = (i < offset1.getLength()) ? offset1[i] : i; in equals() 492 nMatch1 = (i <= offset1.getLength()) ? offset1[i-1] + 1 : i; in equals()
|
H A D | transliteration_Ignore.cxx | 43 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 D | transliteration_commonclass.cxx | 95 Sequence <sal_Int32> offset1(2*len1); in compareSubstring() local 98 OUString in_str1 = this->transliterate(str1, off1, len1, offset1); in compareSubstring()
|
Completed in 47 milliseconds