ReactOS 0.4.16-dev-38-g96c65e9
|
#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <winnls.h>
#include <ole2.h>
#include <commdlg.h>
#include <richedit.h>
#include <time.h>
#include <wine/test.h>
Go to the source code of this file.
Classes | |
struct | getline_s |
struct | find_s |
struct | exsetsel_s |
Macros | |
#define | MAX_BUF_LEN 1024 |
Variables | |
static HMODULE | hmoduleRichEdit |
static BOOL | is_lang_japanese |
static const struct getline_s | gl [] |
static const char | haystack [] = "WINEWine wineWine wine WineWine" |
static const char | haystack2 [] = "first\r\r\nsecond" |
static struct find_s | find_tests [] |
static struct find_s | find_tests2 [] |
static struct find_s | find_tests3 [] |
static const struct exsetsel_s | exsetsel_tests [] |
#define MAX_BUF_LEN 1024 |
Definition at line 1315 of file editor.c.
Definition at line 729 of file editor.c.
Definition at line 742 of file editor.c.
Definition at line 1152 of file editor.c.
Definition at line 53 of file editor.c.
Referenced by test_EM_GETLINE(), test_EM_POSFROMCHAR(), and test_WM_SETTEXT().
Definition at line 49 of file editor.c.
|
static |
Definition at line 768 of file editor.c.
START_TEST | ( | editor | ) |
Definition at line 1433 of file editor.c.
Definition at line 1102 of file editor.c.
Definition at line 1335 of file editor.c.
Definition at line 779 of file editor.c.
Referenced by START_TEST().
Definition at line 390 of file editor.c.
Definition at line 1080 of file editor.c.
Referenced by START_TEST().
Definition at line 593 of file editor.c.
Definition at line 539 of file editor.c.
Definition at line 465 of file editor.c.
Definition at line 799 of file editor.c.
Definition at line 1391 of file editor.c.
Definition at line 183 of file editor.c.
|
static |
Definition at line 317 of file editor.c.
Definition at line 1168 of file editor.c.
Definition at line 130 of file editor.c.
Definition at line 61 of file editor.c.
Definition at line 929 of file editor.c.
|
static |
Definition at line 635 of file editor.c.
Referenced by test_EM_FINDTEXT().