Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1168 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 Editor
6339 mInWord = (offset != -1) && !getWordIteratorWithText().isBoundary(offset);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66604 Landroid/widget/Editor;->getWordIteratorWithText()Landroid/text/method/WordIterator;