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 XP_Bool INTL_MatchOneCaseChar ( int16 charSetID, unsigned char *text1, unsigned char *text2, int *charlen )

Case sensitive comparison

Documentation

Case sensitive comparison. This function is multibyte charset safe. It will consider characters boundary correctly.
Returns:
true if the text1 and text2 point to the same character (same case), false otherwise.
Parameters:
charSetID - Specifies the encoding of text1 and text2.
text1 - Specifies address of text1.
text2 - Specifies address of text2.
charlen - Returns length in bytes of text1.
See Also:
INTL_MatchOneChar
INTL_Strstr
INTL_Strcasestr

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++

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