CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cc932.c File Reference
#include "../ff.h"
Include dependency graph for cc932.c:

Go to the source code of this file.

Macros

#define _TINY_TABLE   0

Functions

WCHAR ff_convert (WCHAR chr, UINT dir)
WCHAR ff_wtoupper (WCHAR chr)

Variables

static const WCHAR sjis2uni []
static const WCHAR uni2sjis []

Macro Definition Documentation

#define _TINY_TABLE   0

Definition at line 9 of file cc932.c.

Function Documentation

WCHAR ff_convert ( WCHAR  chr,
UINT  dir 
)

Definition at line 3726 of file cc932.c.

References sjis2uni, and uni2sjis.

Referenced by create_name(), and get_fileinfo().

Here is the caller graph for this function:

WCHAR ff_wtoupper ( WCHAR  chr)

Definition at line 3786 of file cc932.c.

Referenced by create_name().

Here is the caller graph for this function:

Variable Documentation

const WCHAR sjis2uni[]
static

Definition at line 1871 of file cc932.c.

Referenced by ff_convert().

const WCHAR uni2sjis[]
static

Definition at line 17 of file cc932.c.

Referenced by ff_convert().