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_15 (void) |
static void __exit | exit_nls_iso8859_15 (void) |
Variables | |
static wchar_t | charset2uni [256] |
static unsigned char | page00 [256] |
static unsigned char | page01 [256] |
static unsigned char | page20 [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 278 of file nls_iso8859-15.c.
Definition at line 301 of file nls_iso8859-15.c.
Referenced by Ext2UnloadAllNls().
Definition at line 261 of file nls_iso8859-15.c.
Definition at line 189 of file nls_iso8859-15.c.
|
static |
Definition at line 14 of file nls_iso8859-15.c.
Referenced by char2uni().
Definition at line 225 of file nls_iso8859-15.c.
Definition at line 97 of file nls_iso8859-15.c.
Definition at line 133 of file nls_iso8859-15.c.
Definition at line 152 of file nls_iso8859-15.c.
Definition at line 286 of file nls_iso8859-15.c.