The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Module Owners
Blue Sky
Projects
Source Code
Getting It
Documentation
License Terms
Bugs
Search
Feedback


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


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 Netscape Communications Corporation.