Searched refs:getWordIteratorWithText (Results 1 – 2 of 2) sorted by relevance
1165 int retOffset = getWordIteratorWithText().prevBoundary(offset); in getWordStart()1166 if (getWordIteratorWithText().isOnPunctuation(retOffset)) { in getWordStart()1168 retOffset = getWordIteratorWithText().getPunctuationBeginning(offset); in getWordStart()1171 retOffset = getWordIteratorWithText().getPrevWordBeginningOnTwoWordsBoundary(offset); in getWordStart()1180 int retOffset = getWordIteratorWithText().nextBoundary(offset); in getWordEnd()1181 if (getWordIteratorWithText().isAfterPunctuation(retOffset)) { in getWordEnd()1183 retOffset = getWordIteratorWithText().getPunctuationEnd(offset); in getWordEnd()1186 retOffset = getWordIteratorWithText().getNextWordEndOnTwoWordBoundary(offset); in getWordEnd()1350 private WordIterator getWordIteratorWithText() { in getWordIteratorWithText() method in Editor6300 mInWord = (offset != -1) && !getWordIteratorWithText().isBoundary(offset);
67247 Landroid/widget/Editor;->getWordIteratorWithText()Landroid/text/method/WordIterator;