libunibreak 5.0
|
Definitions of internal data structures, declarations of global variables, and function prototypes for the word breaking algorithm. More...
#include "unibreakdef.h"
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_ZWJ , WBP_Regional_Indicator , WBP_Format , WBP_Katakana , WBP_Hebrew_Letter , WBP_ALetter , WBP_Single_Quote , WBP_Double_Quote , WBP_MidNumLet , WBP_MidLetter , WBP_MidNum , WBP_Numeric , WBP_ExtendNumLet , WBP_WSegSpace , WBP_Any } |
Word break classes. More... | |
Definitions of internal data structures, declarations of global variables, and function prototypes for the word breaking algorithm.
enum WordBreakClass |
Word break classes.
This is a direct mapping of Table 3 of Unicode Standard Annex 29, Revision 35.