#include "ff_types.h"
#include "ff_config.h"
#include <string.h>
Go to the source code of this file.
Defines |
| #define | FF_stricmp strcasecmp |
Functions |
| void | FF_tolower (FF_T_WCHAR *string, FF_T_UINT32 strLen) |
| void | FF_toupper (FF_T_WCHAR *string, FF_T_UINT32 strLen) |
| FF_T_BOOL | FF_strmatch (const FF_T_WCHAR *str1, const FF_T_WCHAR *str2, FF_T_UINT16 len) |
| FF_T_WCHAR * | FF_strtok (const FF_T_WCHAR *string, FF_T_WCHAR *token, FF_T_UINT16 *tokenNumber, FF_T_BOOL *last, FF_T_UINT16 Length) |
| FF_T_BOOL | FF_wildcompare (const FF_T_WCHAR *pszWildCard, const FF_T_WCHAR *pszString) |
| void | FF_cstrtowcs (FF_T_WCHAR *wcsDest, const FF_T_INT8 *szpSource) |
| void | FF_wcstocstr (FF_T_INT8 *szpDest, const FF_T_WCHAR *wcsSource) |
| void | FF_cstrntowcs (FF_T_WCHAR *wcsDest, const FF_T_INT8 *szpSource, FF_T_UINT32 len) |
| void | FF_wcsntocstr (FF_T_INT8 *szpDest, const FF_T_WCHAR *wcsSource, FF_T_UINT32 len) |