#include "StdAfx.h"#include <ctype.h>#include "String.h"Go to the source code of this file.
Functions | |
| wchar_t | MyCharUpper (wchar_t c) |
| int | MyStringCompare (const char *s1, const char *s2) |
| int | MyStringCompare (const wchar_t *s1, const wchar_t *s2) |
| int | MyStringCompareNoCase (const wchar_t *s1, const wchar_t *s2) |
| wchar_t MyCharUpper | ( | wchar_t | c | ) |
Definition at line 83 of file String.cpp.
Referenced by EnhancedMaskTest(), and MyStringCompareNoCase().
| int MyStringCompare | ( | const wchar_t * | s1, | |
| const wchar_t * | s2 | |||
| ) |
Definition at line 102 of file String.cpp.
| int MyStringCompare | ( | const char * | s1, | |
| const char * | s2 | |||
| ) |
| int MyStringCompareNoCase | ( | const wchar_t * | s1, | |
| const wchar_t * | s2 | |||
| ) |
Definition at line 114 of file String.cpp.
References MyCharUpper().
Referenced by CStringBase< wchar_t >::CompareNoCase().
1.5.6