Searched defs:SafeCharIterator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedBreakIterator.java867 // 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 46 milliseconds