Edinburgh Speech Tools  2.1-release
ctype16.c File Reference
#include "charset.h"
#include "ctype16.h"
Include dependency graph for ctype16.c:

Go to the source code of this file.

Macros

#define X   (xml_namestart | xml_namechar)
 
#define X   xml_namechar
 
#define X   xml_namechar
 
#define X   xml_namechar
 
#define X   (xml_namestart | xml_namechar)
 

Functions

void init_ctype16 (void)
 
int Tolower (int c)
 
int Toupper (int c)
 

Variables

unsigned char xml_char_map [1<< CHAR_SIZE]
 

Macro Definition Documentation

#define X   (xml_namestart | xml_namechar)
#define X   xml_namechar
#define X   xml_namechar
#define X   xml_namechar
#define X   (xml_namestart | xml_namechar)

Function Documentation

void init_ctype16 ( void  )

Definition at line 26 of file ctype16.c.

int Tolower ( int  c)

Definition at line 39 of file ctype16.c.

int Toupper ( int  c)

Definition at line 52 of file ctype16.c.

Variable Documentation

unsigned char xml_char_map[1<< CHAR_SIZE]

Definition at line 24 of file ctype16.c.