|
The SWORD Project
1.9.0.svnversion
|
#include <utilstr.h>#include <ctype.h>#include <string.h>#include <sysdata.h>#include <swlog.h>#include <swbuf.h>
Include dependency graph for utilstr.cpp:Go to the source code of this file.
Functions | |
| SWBuf | assureValidUTF8 (const char *buf) |
| int | stricmp (const char *s1, const char *s2) |
| const char * | stristr (const char *s1, const char *s2) |
| int | strnicmp (const char *s1, const char *s2, int len) |
| char * | strstrip (char *istr) |
| SWBuf | utf8ToWChar (const char *buf) |
| SWBuf | wcharToUTF8 (const wchar_t *buf) |
Variables | |
| const unsigned char | SW_tolower_array [256] |
| SWORD_NAMESPACE_START const unsigned char | SW_toupper_array [256] |
Definition at line 207 of file utilstr.cpp.
Definition at line 194 of file utilstr.cpp.
Definition at line 145 of file utilstr.cpp.
Definition at line 180 of file utilstr.cpp.
| char* strstrip | ( | char * | istr | ) |
Definition at line 118 of file utilstr.cpp.
Definition at line 239 of file utilstr.cpp.
Definition at line 263 of file utilstr.cpp.
| const unsigned char SW_tolower_array[256] |
Definition at line 73 of file utilstr.cpp.
| SWORD_NAMESPACE_START const unsigned char SW_toupper_array[256] |
Definition at line 34 of file utilstr.cpp.