Package com.ibm.icu.text
Class RuleBasedCollator.UTF16NFDIterator
java.lang.Object
com.ibm.icu.text.RuleBasedCollator.NFDIterator
com.ibm.icu.text.RuleBasedCollator.UTF16NFDIterator
- Direct Known Subclasses:
RuleBasedCollator.FCDUTF16NFDIterator
- Enclosing class:
RuleBasedCollator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
Returns the next text code point in FCD order.(package private) void
setText
(CharSequence seq, int start) Methods inherited from class com.ibm.icu.text.RuleBasedCollator.NFDIterator
nextCodePoint, nextDecomposedCodePoint, reset
-
Field Details
-
s
-
pos
protected int pos
-
-
Constructor Details
-
UTF16NFDIterator
UTF16NFDIterator()
-
-
Method Details
-
setText
-
nextRawCodePoint
protected int nextRawCodePoint()Description copied from class:RuleBasedCollator.NFDIterator
Returns the next text code point in FCD order. Returns -1 at the end of the text.- Specified by:
nextRawCodePoint
in classRuleBasedCollator.NFDIterator
-