Searched defs:SafeCharIterator (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/text/ | ||
H A D | RuleBasedBreakIterator.java | 867 // Test iterator to see if we need to wrap it in a SafeCharIterator. 886 text = new SafeCharIterator(newText); 1056 private static final class SafeCharIterator implements CharacterIterator, class in class:RuleBasedBreakIterator 1064 SafeCharIterator(CharacterIterator base) { method in class:RuleBasedBreakIterator.SafeCharIterator 1135 SafeCharIterator copy = null; 1137 copy = (SafeCharIterator) super.clone(); |
Completed in 192 milliseconds