Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DWordIterator.java289 while (offset != BreakIterator.DONE && !isPunctuationStartBoundary(offset)) { in getPunctuationBeginning()
343 private boolean isPunctuationStartBoundary(int offset) { in isPunctuationStartBoundary() method in WordIterator