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

Go to the source code of this file.

Functions

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

Variables

static const WCHAR oem2uni []
static const WCHAR uni2oem []

Function Documentation

WCHAR ff_convert ( WCHAR  chr,
UINT  dir 
)

Definition at line 10924 of file cc936.c.

References oem2uni, and uni2oem.

WCHAR ff_wtoupper ( WCHAR  chr)

Definition at line 10961 of file cc936.c.

Variable Documentation

const WCHAR oem2uni[]
static

Definition at line 5469 of file cc936.c.

Referenced by ff_convert().

const WCHAR uni2oem[]
static

Definition at line 15 of file cc936.c.

Referenced by ff_convert().