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
    • MXR
  • FAQs

PUBLIC XP_Bool INTL_MatchOneChar ( int16 charSetID, unsigned char *text1, unsigned char *text2, int *charlen )

Case insensitive comparison

Documentation

Case insensitive comparison. This function is multibyte charset safe. It will consider characters boundary correctly. It also ignore case by considering the charset it used.
Returns:
true if the text1 and text2 point to the same character, ignoring the case, false otherwise.
Parameters:
charSetID - Specifies the encoding of text1 and text2.
text1 - Specifies address of text1.
text2 - Specifies address of text2.
charlen - Returns the length in byte of text1.
See Also:
INTL_MatchOneCaseChar
INTL_Strstr
INTL_Strcasestr

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)