ReactOS 0.4.16-dev-297-gc569aee
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/nls.h>
#include <linux/errno.h>
Go to the source code of this file.
Functions | |
static int | uni2char (wchar_t uni, unsigned char *out, int boundlen) |
static int | char2uni (const unsigned char *rawstring, int boundlen, wchar_t *uni) |
static int __init | init_nls_iso8859_14 (void) |
static void __exit | exit_nls_iso8859_14 (void) |
Variables | |
static wchar_t | charset2uni [256] |
static unsigned char | page00 [256] |
static unsigned char | page01 [256] |
static unsigned char | page1e [256] |
static unsigned char * | page_uni2charset [256] |
static unsigned char | charset2lower [256] |
static unsigned char | charset2upper [256] |
static struct nls_table | table |
Definition at line 312 of file nls_iso8859-14.c.
Definition at line 335 of file nls_iso8859-14.c.
Referenced by Ext2UnloadAllNls().
Definition at line 295 of file nls_iso8859-14.c.
Definition at line 223 of file nls_iso8859-14.c.
|
static |
Definition at line 21 of file nls_iso8859-14.c.
Referenced by char2uni().
Definition at line 259 of file nls_iso8859-14.c.
Definition at line 104 of file nls_iso8859-14.c.
Definition at line 140 of file nls_iso8859-14.c.
Definition at line 176 of file nls_iso8859-14.c.
Definition at line 320 of file nls_iso8859-14.c.