Searched refs:nextBoundary (Results 1 – 3 of 3) sorted by relevance
307 wordIterator.nextBoundary(-1); in testNextBoundary()312 wordIterator.nextBoundary(text.length() + 1); in testNextBoundary()319 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()322 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()325 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()328 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()331 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()334 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()337 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()340 currentOffset = wordIterator.nextBoundary(currentOffset); in testNextBoundary()[all …]
112 public int nextBoundary(int offset) { in nextBoundary() method in WordIterator304 offset = nextBoundary(offset); in getPunctuationEnd()
909 int retOffset = getWordIteratorWithText().nextBoundary(offset); in getWordEnd()