48#ifndef GRAPHEMEBREAKDEF_H
49#define GRAPHEMEBREAKDEF_H
GraphemeBreakClass
Word break classes.
Definition: graphemebreakdef.h:58
@ GBP_V
Definition: graphemebreakdef.h:70
@ GBP_ZWJ
Definition: graphemebreakdef.h:65
@ GBP_T
Definition: graphemebreakdef.h:71
@ GBP_Prepend
Definition: graphemebreakdef.h:67
@ GBP_SpacingMark
Definition: graphemebreakdef.h:68
@ GBP_LinkingConsonant
Definition: graphemebreakdef.h:63
@ GBP_LV
Definition: graphemebreakdef.h:72
@ GBP_Control
Definition: graphemebreakdef.h:61
@ GBP_Regional_Indicator
Definition: graphemebreakdef.h:66
@ GBP_L
Definition: graphemebreakdef.h:69
@ GBP_LVT
Definition: graphemebreakdef.h:73
@ GBP_LF
Definition: graphemebreakdef.h:60
@ GBP_Virama
Definition: graphemebreakdef.h:62
@ GBP_Extend
Definition: graphemebreakdef.h:64
@ GBP_Other
Definition: graphemebreakdef.h:74
@ GBP_CR
Definition: graphemebreakdef.h:59
@ GBP_Undefined
Definition: graphemebreakdef.h:75
Struct for entries of grapheme break properties.
Definition: graphemebreakdef.h:83
utf32_t end
End codepoint, inclusive.
Definition: graphemebreakdef.h:85
enum GraphemeBreakClass prop
The grapheme breaking property.
Definition: graphemebreakdef.h:86
utf32_t start
Start codepoint.
Definition: graphemebreakdef.h:84
unsigned int utf32_t
Type for UTF-32 data points.
Definition: unibreakbase.h:49
Header file for private definitions in the libunibreak library.