Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nls_table Struct Reference

#include <nls.h>

Data Fields

const charcharset
 
const charalias
 
int(* uni2char )(wchar_t uni, unsigned char *out, int boundlen)
 
int(* char2uni )(const unsigned char *rawstring, int boundlen, wchar_t *uni)
 
const unsigned charcharset2lower
 
const unsigned charcharset2upper
 
struct moduleowner
 
struct nls_tablenext
 

Detailed Description

Definition at line 24 of file nls.h.

Field Documentation

const char* alias

Definition at line 26 of file nls.h.

int(* char2uni)(const unsigned char *rawstring, int boundlen, wchar_t *uni)

Definition at line 28 of file nls.h.

const char* charset

Definition at line 25 of file nls.h.

const unsigned char* charset2lower

Definition at line 30 of file nls.h.

const unsigned char* charset2upper

Definition at line 31 of file nls.h.

Definition at line 33 of file nls.h.

struct module* owner

Definition at line 32 of file nls.h.

int(* uni2char)(wchar_t uni, unsigned char *out, int boundlen)

Definition at line 27 of file nls.h.


The documentation for this struct was generated from the following file: