Searched refs:handlePrevious (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedBreakIterator.java637 // set things up. handlePrevious() will back us up to some valid
639 // iterator up one step to prevent handlePrevious() from returning
646 lastResult = handlePrevious();
648 //it might be better to check if handlePrevious() give us closer
649 //safe value but handlePrevious() is slow too
775 // otherwise, we have to sync up first. Use handlePrevious() to back
784 result = handlePrevious();
786 //it might be better to check if handlePrevious() give us closer
787 //safe value but handlePrevious() is slow too
977 protected int handlePrevious() { method in class:RuleBasedBreakIterator
[all...]

Completed in 42 milliseconds