The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Projects
Module Owners
Blue Sky
New Layout
Mail/News
Ports
Other
Source Code
Getting It
Documentation
License Terms
Bugs
Search
Feedback
DevEdge Online


PUBLIC char* INTL_NextChar ( int charSetID, char *pstr )

Returns a pointer to the 1st byte of the next character

Documentation

Returns a pointer to the 1st byte of the next character. This function checks for zero bytes and returns pstr+1 if any are found, even if the preceding byte(s) would normally indicate a longer character.
Returns:
The 1st byte of the next character
Parameters:
charSetID - Specifies the charset ID of the text
pstr - Specifies the 1st byte of any previous character
See Also:
INTL_CharLen

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 Netscape Communications Corporation.