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_6 (void) |
static void __exit | exit_nls_iso8859_6 (void) |
Variables | |
static wchar_t | charset2uni [256] |
static unsigned char | page00 [256] |
static unsigned char | page06 [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 234 of file nls_iso8859-6.c.
Definition at line 257 of file nls_iso8859-6.c.
Referenced by Ext2UnloadAllNls().
Definition at line 217 of file nls_iso8859-6.c.
Definition at line 146 of file nls_iso8859-6.c.
|
static |
Definition at line 16 of file nls_iso8859-6.c.
Referenced by char2uni().
Definition at line 182 of file nls_iso8859-6.c.
Definition at line 99 of file nls_iso8859-6.c.
Definition at line 125 of file nls_iso8859-6.c.
Definition at line 242 of file nls_iso8859-6.c.