Lines Matching refs:endPos

190             if (bounds.endPos - bounds.startPos > 3) {  in _nextWord()
193 + bounds.startPos + "," + bounds.endPos + "): '" + in _nextWord()
195 bounds.endPos) + "'"); in _nextWord()
197 i = bounds.endPos - 1; in _nextWord()
217 if (bounds.endPos - bounds.startPos > 3) { in _previousWord()
220 + bounds.startPos + "," + bounds.endPos + "): '" in _previousWord()
221 + UnicodeString.substring(bounds.startPos, bounds.endPos) in _previousWord()
246 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordBoundary()
251 "; endPos = " + iBounds.endPos); in _getWordBoundary()
253 + "; endPos = " + bounds.endPos + " Word is: '" in _getWordBoundary()
254 + UnicodeString.substring(bounds.startPos, bounds.endPos) + "'"); in _getWordBoundary()
257 bRes = bRes && iBounds.endPos == bounds.endPos; in _getWordBoundary()
277 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordType()
335 boolean isEnd = oObj.isEndWord(UnicodeString, iBounds.endPos, in _isEndWord()
339 iBounds.endPos - 1, locale, WordType.ANY_WORD); in _isEndWord()
342 log.println("At position + " + iBounds.endPos in _isEndWord()
344 log.println("At position + " + (iBounds.endPos - 1) in _isEndWord()
577 int endPos = oObj.endOfCharBlock(UnicodeString, iPos, in _beginOfCharBlock() local
579 iPos = endPos; in _beginOfCharBlock()
580 vCharBlockBounds.add(new Boundary(startPos, endPos)); in _beginOfCharBlock()
582 + startPos + "," + endPos + "]; Type = " + charType); in _beginOfCharBlock()
587 int endPos = ((Boundary)vCharBlockBounds.get(i)).endPos; in _beginOfCharBlock() local
589 bCharBlockRes &= endPos == startPos; in _beginOfCharBlock()
595 int endPos = ((Boundary)vCharBlockBounds.get in _beginOfCharBlock() local
596 (vCharBlockBounds.size() - 1)).endPos; in _beginOfCharBlock()
597 bCharBlockRes &= endPos == UnicodeString.length(); in _beginOfCharBlock()
663 bounds.endPos + 1, locale, type.shortValue()); in _previousCharBlock()
667 + (bounds.endPos + 1) + ", locale, " + type in _previousCharBlock()