Looking For

PUBLIC INTL_CompoundStrIterator INTL_CompoundStrFirstStr ( INTL_CompoundStr* This, INTL_Encoding_ID *outencoding, unsigned char** outtext )

Start iterating an INTL_CompoundStr

Documentation

Start iterating an INTL_CompoundStr. Initialize the iterating state and perform the first iteration of an INTL_CompoundStr.
Returns:
INTL_CompoundStrIterator. The state of the iteration. Should be passed to INTL_CompoundStrNextStr. NULL if the iteration is finished.
Parameters:
This - Specifies the INTL_CompoundStr to be iterated
outencoding - Returns the encoding of the first node
outtext - Returns the text of the first node. The caller should not free it.
See Also:
INTL_CompoundStrNextStr

alphabetic index hierarchy of classes