Skip to main content

Mozilla

  • About
  • Foundation
  • Contribute
  • Community
  • Developers
  • Projects

  • Roadmap
  • Projects
  • Coding
    • Module Owners
    • Hacking
    • Get the Source
    • Build It
  • Testing
    • Releases
    • Nightly Builds
    • Report A Problem
  • Tools
    • Bugzilla
    • Tinderbox
    • Bonsai
    • LXR
  • FAQs

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++


  • Support Options
  • Security Center
  • Privacy Policy
  • Contact Us

International Affiliates: Mozilla Europe - Mozilla Japan - Mozilla China

Portions of this content are © 1998–2008 by individual mozilla.org contributors
Content available under a Creative Commons license

Last modified April 16, 1998 Document History Edit this Page (or via CVS)