Searched refs:prevBoundary (Results 1 – 4 of 4) sorted by relevance
71 boundary = mWordIterator.prevBoundary(boundary); in previousStartBoundary()83 boundary = mWordIterator.prevBoundary(boundary); in previousEndBoundary()
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 …]
136 public int prevBoundary(int offset) { in prevBoundary() method in WordIterator298 offset = prevBoundary(offset); in getPunctuationBeginning()
1168 int retOffset = getWordIteratorWithText().prevBoundary(offset); in getWordStart()