HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_UnicodeTable.h File Reference
#include "UT_API.h"
+ Include dependency graph for UT_UnicodeTable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UT_UnicodeCharacter
 

Enumerations

enum  UT_UnicodeCategory {
  UT_UNICODE_NONE, UT_UNICODE_LT_UPPER, UT_UNICODE_LT_LOWER, UT_UNICODE_LT_TITLE,
  UT_UNICODE_NUMBER, UT_UNICODE_SPACE, UT_UNICODE_SPACE_NONBREAK, UT_UNICODE_PUNCTUATION
}
 

Variables

UT_API UT_UnicodeCharactertheUnicodeTable [256]
 

Enumeration Type Documentation

Enumerator
UT_UNICODE_NONE 
UT_UNICODE_LT_UPPER 
UT_UNICODE_LT_LOWER 
UT_UNICODE_LT_TITLE 
UT_UNICODE_NUMBER 
UT_UNICODE_SPACE 
UT_UNICODE_SPACE_NONBREAK 
UT_UNICODE_PUNCTUATION 

Definition at line 26 of file UT_UnicodeTable.h.

Variable Documentation

UT_API UT_UnicodeCharacter* theUnicodeTable[256]