Lines Matching refs:iPos
246 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordBoundary() local
248 Boundary bounds = oObj.getWordBoundary(UnicodeString, iPos, in _getWordBoundary()
277 int iPos = (iBounds.endPos - iBounds.startPos) / 2 in _getWordType() local
280 short type = oObj.getWordType(UnicodeString, iPos, locale); in _getWordType()
360 int iPos = 0; in _beginOfSentence() local
361 while( iPos < UnicodeString.length() ) { in _beginOfSentence()
363 iPos, locale) ); in _beginOfSentence()
369 iPos++; in _beginOfSentence()
571 int iPos = 0; in _beginOfCharBlock() local
573 while( iPos < UnicodeString.length() && iPos > -1) { in _beginOfCharBlock()
574 short charType = getCharBlockType(iPos); in _beginOfCharBlock()
575 int startPos = oObj.beginOfCharBlock(UnicodeString, iPos, in _beginOfCharBlock()
577 int endPos = oObj.endOfCharBlock(UnicodeString, iPos, in _beginOfCharBlock()
579 iPos = endPos; in _beginOfCharBlock()
632 int iPos = oObj.nextCharBlock(UnicodeString, bounds.startPos - 1, in _nextCharBlock() local
634 if (iPos != bounds.startPos) { in _nextCharBlock()
639 log.println("... and actual value is " + iPos); in _nextCharBlock()
662 int iPos = oObj.previousCharBlock(UnicodeString, in _previousCharBlock() local
664 if (iPos != bounds.startPos) { in _previousCharBlock()
669 log.println("... and actual value is " + iPos); in _previousCharBlock()