|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include "windows.h"#include "ole2.h"#include "ocidl.h"#include "mimeole.h"#include "initguid.h"#include "mlang.h"#include <stdio.h>#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| static void | test_create (void) |
| static HRESULT | get_mlang (IMultiLanguage **ml) |
| static HRESULT | mlang_getcsetinfo (const char *charset, MIMECSETINFO *mlang_info) |
| static HRESULT | mlang_getcodepageinfo (UINT cp, MIMECPINFO *mlang_cp_info) |
| static HRESULT | mlang_getcsetinfo_from_cp (UINT cp, CHARSETTYPE charset_type, MIMECSETINFO *mlang_info) |
| static void | test_charset (void) |
| static void | test_defaultcharset (void) |
| static void | test_convert (void) |
| START_TEST (mimeintl) | |
| #define COBJMACROS |
Definition at line 21 of file mimeintl.c.
|
inlinestatic |
Definition at line 70 of file mimeintl.c.
Definition at line 97 of file mimeintl.c.
Definition at line 76 of file mimeintl.c.
|
static |
Definition at line 112 of file mimeintl.c.
Referenced by test_charset().
| START_TEST | ( | mimeintl | ) |
Definition at line 293 of file mimeintl.c.
Definition at line 145 of file mimeintl.c.
Referenced by START_TEST().
Definition at line 228 of file mimeintl.c.
Referenced by START_TEST().
Definition at line 35 of file mimeintl.c.
Referenced by START_TEST().
Definition at line 199 of file mimeintl.c.
Referenced by START_TEST().