Searched refs:getWordIteratorWithText (Results 1 – 2 of 2) sorted by relevance
1168 int retOffset = getWordIteratorWithText().prevBoundary(offset); in getWordStart()1169 if (getWordIteratorWithText().isOnPunctuation(retOffset)) { in getWordStart()1171 retOffset = getWordIteratorWithText().getPunctuationBeginning(offset); in getWordStart()1174 retOffset = getWordIteratorWithText().getPrevWordBeginningOnTwoWordsBoundary(offset); in getWordStart()1183 int retOffset = getWordIteratorWithText().nextBoundary(offset); in getWordEnd()1184 if (getWordIteratorWithText().isAfterPunctuation(retOffset)) { in getWordEnd()1186 retOffset = getWordIteratorWithText().getPunctuationEnd(offset); in getWordEnd()1189 retOffset = getWordIteratorWithText().getNextWordEndOnTwoWordBoundary(offset); in getWordEnd()1353 private WordIterator getWordIteratorWithText() { in getWordIteratorWithText() method in Editor6339 mInWord = (offset != -1) && !getWordIteratorWithText().isBoundary(offset);
66604 Landroid/widget/Editor;->getWordIteratorWithText()Landroid/text/method/WordIterator;