Lines Matching refs:endPos

236             if (bounds.endPos - bounds.startPos > 3) {  in nextWord()
239 + bounds.startPos + "," + bounds.endPos + "): '" + in nextWord()
241 bounds.endPos) + "'"); in nextWord()
243 i = bounds.endPos - 1; in nextWord()
264 if (bounds.endPos - bounds.startPos > 3) { in _previousWord()
267 + bounds.startPos + "," + bounds.endPos + "): '" in _previousWord()
268 + UnicodeString.substring(bounds.startPos, bounds.endPos) in _previousWord()
294 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordBoundary()
299 "; endPos = " + iBounds.endPos); in _getWordBoundary()
301 + "; endPos = " + bounds.endPos + " Word is: '" in _getWordBoundary()
302 + UnicodeString.substring(bounds.startPos, bounds.endPos) + "'"); in _getWordBoundary()
305 bRes = bRes && iBounds.endPos == bounds.endPos; in _getWordBoundary()
326 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordType()
386 boolean isEnd = oObj.isEndWord(UnicodeString, iBounds.endPos, in _isEndWord()
390 iBounds.endPos - 1, locale, wordType); in _isEndWord()
393 System.out.println("At position + " + iBounds.endPos in _isEndWord()
395 System.out.println("At position + " + (iBounds.endPos - 1) in _isEndWord()
640 int endPos = oObj.endOfCharBlock(UnicodeString, iPos, in beginOfCharBlock() local
642 iPos = endPos; in beginOfCharBlock()
643 vCharBlockBounds.add(new Boundary(startPos, endPos)); in beginOfCharBlock()
645 + startPos + "," + endPos + "]; Type = " + charType); in beginOfCharBlock()
650 int endPos = ((Boundary)vCharBlockBounds.get(i)).endPos; in beginOfCharBlock() local
652 bCharBlockRes &= endPos == startPos; in beginOfCharBlock()
658 int endPos = ((Boundary)vCharBlockBounds.get in beginOfCharBlock() local
659 (vCharBlockBounds.size() - 1)).endPos; in beginOfCharBlock()
660 bCharBlockRes &= endPos == UnicodeString.length(); in beginOfCharBlock()
725 bounds.endPos + 1, locale, type.shortValue()); in _previousCharBlock()
729 + (bounds.endPos + 1) + ", locale, " + type in _previousCharBlock()