libunibreak 6.1
|
Struct for entries of East Asian Width properties. More...
#include <eastasianwidthdef.h>
Data Fields | |
utf32_t | start |
Start codepoint. More... | |
utf32_t | end |
End codepoint, inclusive. More... | |
enum EastAsianWidthClass | prop |
The East Asian Width property. More... | |
Struct for entries of East Asian Width properties.
The array of the entries must be sorted.
utf32_t EastAsianWidthProperties::end |
End codepoint, inclusive.
enum EastAsianWidthClass EastAsianWidthProperties::prop |
The East Asian Width property.
utf32_t EastAsianWidthProperties::start |
Start codepoint.