Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATString::CompareNoCase
CATInt32 CATString::CompareNoCase ( const CATString str,
CATUInt32  cmpLen = 0,
CATUInt32  offset = 0 
) const

CompareNoCase() checks the equality of two strings - case insensitive. Result is the same as strcmp (0 == same).

Parameters:
str - CATString to compare against
cmpLen - length to compare (0 = all)
offset - offset to begin comparison
Returns:
CATInt32 - 0 if equal, < 0 if less than, > 0 if greater.
See also:
Compare()

Definition at line 239 of file CATString.cpp.

References CATASSERT, fAsciiLocked, fUnicodeBuffer, and LengthCalc().

Referenced by GASPilot::OnEvent(), GASPilot::OnInjectWindow(), CATFileSystem::RemoveBasePath(), and GASPilot::StartGame().


Generated on Mon Feb 11 04:11:03 2008 for Game Accessibility Suite by doxygen 1.5.4