Searched refs:getWordIteratorWithText (Results 1 – 2 of 2) sorted by relevance
894 int retOffset = getWordIteratorWithText().prevBoundary(offset); in getWordStart()895 if (getWordIteratorWithText().isOnPunctuation(retOffset)) { in getWordStart()897 retOffset = getWordIteratorWithText().getPunctuationBeginning(offset); in getWordStart()900 retOffset = getWordIteratorWithText().getPrevWordBeginningOnTwoWordsBoundary(offset); in getWordStart()909 int retOffset = getWordIteratorWithText().nextBoundary(offset); in getWordEnd()910 if (getWordIteratorWithText().isAfterPunctuation(retOffset)) { in getWordEnd()912 retOffset = getWordIteratorWithText().getPunctuationEnd(offset); in getWordEnd()915 retOffset = getWordIteratorWithText().getNextWordEndOnTwoWordBoundary(offset); in getWordEnd()1071 private WordIterator getWordIteratorWithText() { in getWordIteratorWithText() method in Editor5562 mInWord = (offset != -1) && !getWordIteratorWithText().isBoundary(offset);
87540 Landroid/widget/Editor;->getWordIteratorWithText()Landroid/text/method/WordIterator;