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

struct INTL_CompoundStr

Compound String

INTL_Encoding_ID encoding
The encoding of the text in this node
INTL_CompoundStr* next
A pointer to the next node
unsigned char* text
The uniformly encoded text

Documentation

Compound String. A Compound String is constructed as a linked list. Each node has two fields and a pointer to the next node. The two fields store a pointer to a uniformly encoded piece of text and the encoding of that text.
INTL_Encoding_ID encoding
The encoding of the text in this node

unsigned char* text
The uniformly encoded text

INTL_CompoundStr* next
A pointer to the next node. NULL if there are no more nodes.

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++

Copyright © 1998-2000 The Mozilla Organization.
Last modified April 17, 1998.