libunibreak
4.1
|
Struct for entries of grapheme break properties. More...
#include <graphemebreakdef.h>
Data Fields | |
utf32_t | start |
Start codepoint. More... | |
utf32_t | end |
End codepoint, inclusive. More... | |
enum GraphemeBreakClass | prop |
The grapheme breaking property. More... | |
Struct for entries of grapheme break properties.
The array of the entries must be sorted.
utf32_t GraphemeBreakProperties::end |
End codepoint, inclusive.
enum GraphemeBreakClass GraphemeBreakProperties::prop |
The grapheme breaking property.
utf32_t GraphemeBreakProperties::start |
Start codepoint.