Searched refs:prevBoundary (Results 1 – 3 of 3) sorted by relevance
354 wordIterator.prevBoundary(-1); in testPrevBoundary()359 wordIterator.prevBoundary(text.length() + 1); in testPrevBoundary()365 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()368 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()371 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()374 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()377 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()380 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()383 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()386 currentOffset = wordIterator.prevBoundary(currentOffset); in testPrevBoundary()[all …]
125 public int prevBoundary(int offset) { in prevBoundary() method in WordIterator287 offset = prevBoundary(offset); in getPunctuationBeginning()
894 int retOffset = getWordIteratorWithText().prevBoundary(offset); in getWordStart()