The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


PUBLIC int INTL_NextCharIdx ( int16 charSetID, unsigned char *str, int pos )

Returns the byte index of the next character

Documentation

Returns the byte index of the next character. Given the position of any byte of any character in some text, this function returns the position of the 1st byte of the next character. The difference between this function and INTL_NextCharIdxInText is that this function will accept the position of any byte of a character rather than just the 1st byte of a character.
Returns:
The index of the next character
Parameters:
charSetID - Specifies the charset ID of the text
str - Specifies the beginning of the text
pos - Specifies any byte of any character
See Also:
INTL_NextCharIdxInText, INTL_PrevCharIdx

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 The Mozilla Organization.