Lines Matching refs:endPos
180 if (length != boundary.endPos - boundary.startPos) return sal_False; in equals()
198 segBoundary.endPos = segBoundary.startPos = pos; in seekSegment()
215 segBoundary.endPos = indexUtf16; in seekSegment()
222 return segBoundary.endPos > indexUtf16; in seekSegment()
246 sal_Int32 len = wordBoundary.endPos - wordBoundary.startPos; in getCache()
335 anyPos = boundary.endPos; in nextWord()
351 boundary.startPos = boundary.endPos = anyPos < 0 ? 0 : len; in getWordBoundary()
367 boundary.endPos = boundary.startPos; in getWordBoundary()
368 rText.iterateCodePoints(&boundary.endPos, aCache.wordboundary[i]); in getWordBoundary()
373 boundary.endPos = anyPos < len ? anyPos : len; in getWordBoundary()
377 while (boundary.endPos < len) in getWordBoundary()
379 sal_Int32 indexUtf16 = boundary.endPos; in getWordBoundary()
381 boundary.endPos = indexUtf16; in getWordBoundary()