wordbreakdef.h File Reference

Definitions of internal data structures, declarations of global variables, and function prototypes for the word breaking algorithm. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  WordBreakProperties
 Struct for entries of word break properties. More...

Enumerations

enum  WordBreakClass {
  WBP_Undefined, WBP_CR, WBP_LF, WBP_Newline,
  WBP_Extend, WBP_Format, WBP_Katakana, WBP_ALetter,
  WBP_MidNumLet, WBP_MidLetter, WBP_MidNum, WBP_Numeric,
  WBP_ExtendNumLet, WBP_Any
}
 Word break classes. More...


Detailed Description

Definitions of internal data structures, declarations of global variables, and function prototypes for the word breaking algorithm.

Version:
2.1, 2012/01/18
Author:
Tom Hacohen

Enumeration Type Documentation

enum WordBreakClass

Word break classes.

This is a direct mapping of Table 3 of Unicode Standard Annex 29, Revision 17.

Enumerator:
WBP_Undefined 
WBP_CR 
WBP_LF 
WBP_Newline 
WBP_Extend 
WBP_Format 
WBP_Katakana 
WBP_ALetter 
WBP_MidNumLet 
WBP_MidLetter 
WBP_MidNum 
WBP_Numeric 
WBP_ExtendNumLet 
WBP_Any 


Generated on Sat Aug 11 14:59:21 2012 for libunibreak by  doxygen 1.5.2