Lines Matching refs:iPos
294 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordBoundary() local
296 Boundary bounds = oObj.getWordBoundary(UnicodeString, iPos, in _getWordBoundary()
326 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordType() local
329 short type = oObj.getWordType(UnicodeString, iPos, locale); in _getWordType()
412 int iPos = 0; in _beginOfSentence() local
413 while( iPos < UnicodeString.length() ) { in _beginOfSentence()
415 iPos, locale) ); in _beginOfSentence()
421 iPos++; in _beginOfSentence()
634 int iPos = 0; in beginOfCharBlock() local
636 while( iPos < UnicodeString.length() && iPos > -1) { in beginOfCharBlock()
637 short charType = getCharBlockType(iPos); in beginOfCharBlock()
638 int startPos = oObj.beginOfCharBlock(UnicodeString, iPos, in beginOfCharBlock()
640 int endPos = oObj.endOfCharBlock(UnicodeString, iPos, in beginOfCharBlock()
642 iPos = endPos; in beginOfCharBlock()
694 int iPos = oObj.nextCharBlock(UnicodeString, bounds.startPos - 1, in _nextCharBlock() local
696 if (iPos != bounds.startPos) { in _nextCharBlock()
701 System.out.println("... and actual value is " + iPos); in _nextCharBlock()
724 int iPos = oObj.previousCharBlock(UnicodeString, in _previousCharBlock() local
726 if (iPos != bounds.startPos) { in _previousCharBlock()
731 System.out.println("... and actual value is " + iPos); in _previousCharBlock()