Searched refs:offset2 (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 471 Sequence<sal_Int32> offset1, offset2; in equals() local 474 OUString tmpStr2 = folding(str2, pos2, nCount2, offset2); in equals() 485 nMatch2 = (i < offset2.getLength()) ? offset2[i] : i; in equals() 493 nMatch2 = (i <= offset2.getLength()) ? offset2[i-1] + 1 : i; in equals()
|
H A D | transliteration_Ignore.cxx | 44 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 D | transliteration_commonclass.cxx | 96 Sequence <sal_Int32> offset2(2*len2); in compareSubstring() local 99 OUString in_str2 = this->transliterate(str2, off2, len2, offset2); in compareSubstring()
|
/aoo4110/main/oox/source/token/ |
H A D | tokens.txt | 3584 offset2
|
Completed in 33 milliseconds