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

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_Regional, 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 | 
 1.6.2
 1.6.2