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 (const 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_koi8_ru (void) |
static void __exit | exit_nls_koi8_ru (void) |
Variables | |
static struct nls_table * | p_nls |
static struct nls_table | table |
Definition at line 39 of file nls_koi8-ru.c.
Definition at line 76 of file nls_koi8-ru.c.
Referenced by Ext2UnloadAllNls().
Definition at line 16 of file nls_koi8-ru.c.
Definition at line 14 of file nls_koi8-ru.c.
Referenced by char2uni(), exit_nls_koi8_ru(), init_nls_koi8_ru(), and uni2char().
Definition at line 54 of file nls_koi8-ru.c.