PUBLIC INTL_CompoundStrIterator INTL_CompoundStrNextStr ( INTL_CompoundStrIterator iterator, INTL_Encoding_ID *outencoding, unsigned char** outtext )
Iterating INTL_CompoundStr
Documentation
Iterating INTL_CompoundStr. This function iterates through the INTL_CompoundStr for the given INTL_CompoundStrIterator.
- Returns:
- INTL_CompoundStrIterator. The state of the iteration. Should be passed to INTL_CompoundStrNextStr. NULL if the iteration is finished.
- Parameters:
- iterator - Specifies the INTL_CompoundStrIterator
outencoding - Returns the encoding of the current node
outtext - Returns the text of the current node. The caller should not free it. - See Also:
- INTL_CompoundStrFirstStr
alphabetic index hierarchy of classes
generated by doc++