Searched refs:nAltPosR (Results 1 – 1 of 1) sorted by relevance
585 nAltPosR = aHyphenatedWord.getLength() - 1; in GetAltSpelling() local586 for ( ; nPosR >= nPosL && nAltPosR >= nAltPosL in GetAltSpelling()587 && pWord[ nPosR ] == pAltWord[ nAltPosR ]; in GetAltSpelling()588 nPosR--, nAltPosR--) in GetAltSpelling()
Completed in 24 milliseconds