Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx53 sal_Int32 nmatch; in equals() local
55 for ( nmatch = 0; nmatch < length; nmatch++) in equals()
59 if (nmatch > 0) { in equals()
60 … nMatch1 = offset1[ nmatch - 1 ] + 1; // Subtract 1 from nmatch because the index starts from zero. in equals()
61 …nMatch2 = offset2[ nmatch - 1 ] + 1; // And then, add 1 to position because it means the number of… in equals()
68 return (nmatch == s1.getLength()) && (nmatch == s2.getLength()); in equals()

Completed in 13 milliseconds