The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

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-2000 The Mozilla Organization.
Last modified April 17, 1998.