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