|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
|
static |
Definition at line 11 of file nls.c.
Referenced by NLS_ReadFile().
| 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 | ) |
| USHORT NLS_RecordsCountForUnicodeTable | ( | PCPTABLEINFO | CodePageTable | ) |