Searched refs:nPosR (Results 1 – 1 of 1) sorted by relevance
584 sal_Int32 nPosR = aWord.getLength() - 1, in GetAltSpelling() local586 for ( ; nPosR >= nPosL && nAltPosR >= nAltPosL in GetAltSpelling()587 && pWord[ nPosR ] == pAltWord[ nAltPosR ]; in GetAltSpelling()588 nPosR--, nAltPosR--) in GetAltSpelling()592 rnChgLen = sal::static_int_cast< sal_Int16 >(nPosR - nPosL + 1); in GetAltSpelling()
Completed in 13 milliseconds