Class CharacterIteration
java.lang.Object
com.ibm.icu.impl.CharacterIteration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic intMove the iterator forward to the next code point, and return that code point, leaving the iterator positioned at char returned.static intnextTrail32(CharacterIterator ci, int lead) static int
-
Field Details
-
DONE32
public static final int DONE32- See Also:
-
-
Constructor Details
-
CharacterIteration
private CharacterIteration()
-
-
Method Details
-
next32
Move the iterator forward to the next code point, and return that code point, leaving the iterator positioned at char returned. For Supplementary chars, the iterator is left positioned at the lead surrogate.- Parameters:
ci- The character iterator- Returns:
- The next code point.
-
nextTrail32
-
previous32
-
current32
-