Home
last modified time | relevance | path

Searched refs:getWordIteratorWithText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java894 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 Editor
5562 mInWord = (offset != -1) && !getWordIteratorWithText().isBoundary(offset);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt87540 Landroid/widget/Editor;->getWordIteratorWithText()Landroid/text/method/WordIterator;