|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | _NLS_FILE_HEADER |
| struct | _CPTABLEINFO |
Macros | |
| #define | MAX_STR_LEN 256 |
| #define | MAXIMUM_LEADBYTES 12 |
Typedefs | |
| typedef struct _NLS_FILE_HEADER | NLS_FILE_HEADER |
| typedef struct _NLS_FILE_HEADER * | PNLS_FILE_HEADER |
| typedef struct _CPTABLEINFO | CPTABLEINFO |
| typedef struct _CPTABLEINFO * | PCPTABLEINFO |
Functions | |
| int WINAPI | GetUName (IN WORD wCharCode, OUT LPWSTR lpBuf) |
| PUSHORT | NLS_ReadFile (const WCHAR *pszFile, PCPTABLEINFO CodePageTable) |
| BOOL | NLS_IsDBCSCodePage (PCPTABLEINFO CodePageTable) |
| BOOL | NLS_IsGlyphTablePresent (PCPTABLEINFO CodePageTable) |
| BOOL | NLS_IsDefaultCharForMB (PCPTABLEINFO CodePageTable, UCHAR Char) |
| BOOL | NLS_IsDefaultCharForUnicode (PCPTABLEINFO CodePageTable, USHORT Char) |
| USHORT | NLS_RecordsCountForMBTable (PCPTABLEINFO CodePageTable) |
| USHORT | NLS_RecordsCountForUnicodeTable (PCPTABLEINFO CodePageTable) |
| USHORT | NLS_RecordsCountForGlyphTable (PCPTABLEINFO CodePageTable) |
| USHORT | NLS_RecordsCountForDBCSTable (PCPTABLEINFO CodePageTable, UCHAR LeadByte) |
| BOOL | BestFit_FromNLS (const WCHAR *pszNLSFile, const WCHAR *pszBestFitFile) |
| typedef struct _CPTABLEINFO CPTABLEINFO |
| typedef struct _NLS_FILE_HEADER NLS_FILE_HEADER |
| typedef struct _CPTABLEINFO * PCPTABLEINFO |
| typedef struct _NLS_FILE_HEADER * PNLS_FILE_HEADER |
Definition at line 113 of file bestfit.c.
Referenced by wmain().
Definition at line 17 of file getuname.c.
| BOOL NLS_IsDBCSCodePage | ( | PCPTABLEINFO | CodePageTable | ) |
Definition at line 91 of file nls.c.
Referenced by BestFit_FromNLS(), and NLS_IsDefaultCharForUnicode().
| BOOL NLS_IsDefaultCharForMB | ( | PCPTABLEINFO | CodePageTable, |
| UCHAR | Char | ||
| ) |
Definition at line 103 of file nls.c.
Referenced by BestFit_FromNLS(), and NLS_RecordsCountForMBTable().
| BOOL NLS_IsDefaultCharForUnicode | ( | PCPTABLEINFO | CodePageTable, |
| USHORT | Char | ||
| ) |
Definition at line 112 of file nls.c.
Referenced by BestFit_FromNLS(), and NLS_RecordsCountForUnicodeTable().
| BOOL NLS_IsGlyphTablePresent | ( | PCPTABLEINFO | CodePageTable | ) |
Definition at line 97 of file nls.c.
Referenced by BestFit_FromNLS(), and NLS_RecordsCountForGlyphTable().
| PUSHORT NLS_ReadFile | ( | const WCHAR * | pszFile, |
| PCPTABLEINFO | CodePageTable | ||
| ) |
Definition at line 58 of file nls.c.
Referenced by BestFit_FromNLS().
| USHORT NLS_RecordsCountForDBCSTable | ( | PCPTABLEINFO | CodePageTable, |
| UCHAR | LeadByte | ||
| ) |
Definition at line 186 of file nls.c.
Referenced by BestFit_FromNLS().
| USHORT NLS_RecordsCountForGlyphTable | ( | PCPTABLEINFO | CodePageTable | ) |
| USHORT NLS_RecordsCountForMBTable | ( | PCPTABLEINFO | CodePageTable | ) |
Definition at line 134 of file nls.c.
Referenced by BestFit_FromNLS().
| USHORT NLS_RecordsCountForUnicodeTable | ( | PCPTABLEINFO | CodePageTable | ) |
Definition at line 149 of file nls.c.
Referenced by BestFit_FromNLS().