ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntvdm.h"
#include <debug.h>
#include "emulator.h"
#include "country.h"
#include "memory.h"
Go to the source code of this file.
Classes | |
struct | _COUNTRY_DATA |
Macros | |
#define | NDEBUG |
#define | DATATABLE(name, type, len) |
Typedefs | |
typedef struct _COUNTRY_DATA | COUNTRY_DATA |
typedef struct _COUNTRY_DATA * | PCOUNTRY_DATA |
Functions | |
DATATABLE (UPPERCASE, CHAR, 0xFF-0x80+1) | |
DATATABLE (LOWERCASE, CHAR, 0xFF-0x00+1) | |
DATATABLE (FNAMETERM, BYTE, 22) | |
DATATABLE (COLLATE, BYTE, 0xFF-0x00+1) | |
DATATABLE (DBCSLEAD, WORD, 0x00+1) | |
WORD | DosGetCountryInfo (IN OUT PWORD CountryId, OUT PDOS_COUNTRY_INFO CountryInfo) |
WORD | DosGetCountryInfoEx (IN BYTE InfoId, IN WORD CodePage, IN WORD CountryId, OUT PDOS_COUNTRY_INFO_2 CountryInfo, IN OUT PWORD BufferSize) |
WORD | DosIfCharYesNo (WORD Char) |
CHAR | DosToUpper (CHAR Char) |
VOID | DosToUpperStrN (PCHAR DestStr, PCHAR SrcStr, WORD Length) |
VOID | DosToUpperStrZ (PSTR DestStr, PSTR SrcStr) |
BOOLEAN | DosCountryInitialize (VOID) |
Variables | |
static const BYTE | CaseMapRoutine [] |
static WORD | CountryDataSegment |
static PCOUNTRY_DATA | CountryData |
WORD | YesNoTable [2] = { MAKEWORD('Y', 0), MAKEWORD('N', 0) } |
typedef struct _COUNTRY_DATA COUNTRY_DATA |
typedef struct _COUNTRY_DATA * PCOUNTRY_DATA |
DATATABLE | ( | COLLATE | , |
BYTE | , | ||
0xFF-0x00+ | 1 | ||
) |
DATATABLE | ( | DBCSLEAD | , |
WORD | , | ||
0x00+ | 1 | ||
) |
DATATABLE | ( | FNAMETERM | , |
BYTE | , | ||
22 | |||
) |
DATATABLE | ( | LOWERCASE | , |
CHAR | , | ||
0xFF-0x00+ | 1 | ||
) |
DATATABLE | ( | UPPERCASE | , |
CHAR | , | ||
0xFF-0x80+ | 1 | ||
) |
Definition at line 236 of file country.c.
Referenced by DosKRNLInitialize().
Definition at line 77 of file country.c.
Referenced by DosGetCountryInfoEx(), and DosInt21h().
WORD DosGetCountryInfoEx | ( | IN BYTE | InfoId, |
IN WORD | CodePage, | ||
IN WORD | CountryId, | ||
OUT PDOS_COUNTRY_INFO_2 | CountryInfo, | ||
IN OUT PWORD | BufferSize | ||
) |
Definition at line 141 of file country.c.
Referenced by DosInt21h().
Definition at line 204 of file country.c.
Referenced by DosInt21h().
Definition at line 218 of file country.c.
Referenced by DosInt21h().
Definition at line 224 of file country.c.
Referenced by DosInt21h().
Definition at line 230 of file country.c.
Referenced by DosInt21h().
Definition at line 28 of file country.c.
Referenced by DosCountryInitialize(), and DosGetCountryInfo().
|
static |
Definition at line 62 of file country.c.
Referenced by DosCountryInitialize().
|
static |
Definition at line 61 of file country.c.
Referenced by DosCountryInitialize(), DosGetCountryInfo(), and DosGetCountryInfoEx().