libunibreak
4.1
|
Definitions of internal data structures, declarations of global variables, and function prototypes for the grapheme breaking algorithm. More...
#include "unibreakdef.h"
Go to the source code of this file.
Data Structures | |
struct | GraphemeBreakProperties |
Struct for entries of grapheme break properties. More... | |
Enumerations | |
enum | GraphemeBreakClass { GBP_CR, GBP_LF, GBP_Control, GBP_Virama, GBP_LinkingConsonant, GBP_Extend, GBP_ZWJ, GBP_Regional_Indicator, GBP_Prepend, GBP_SpacingMark, GBP_L, GBP_V, GBP_T, GBP_LV, GBP_LVT, GBP_Other, GBP_Undefined } |
Word break classes. More... | |
Definitions of internal data structures, declarations of global variables, and function prototypes for the grapheme breaking algorithm.
enum GraphemeBreakClass |