libunibreak 6.1
Loading...
Searching...
No Matches
WordBreakProperties Struct Reference

Struct for entries of word break properties. More...

#include <wordbreakdef.h>

Data Fields

utf32_t start
 Start codepoint.
 
utf32_t end
 End codepoint, inclusive.
 
enum WordBreakClass prop
 The word breaking property.
 

Detailed Description

Struct for entries of word break properties.

The array of the entries must be sorted.

Field Documentation

◆ end

utf32_t WordBreakProperties::end

End codepoint, inclusive.

◆ prop

enum WordBreakClass WordBreakProperties::prop

The word breaking property.

◆ start

utf32_t WordBreakProperties::start

Start codepoint.


The documentation for this struct was generated from the following file: