libunibreak
4.0
|
Struct for association of language-specific line breaking properties with language names. More...
#include <linebreakdef.h>
Data Fields | |
const char * | lang |
Language name. More... | |
size_t | namelen |
Length of name to match. More... | |
const struct LineBreakProperties * | lbp |
Pointer to associated data. More... | |
Struct for association of language-specific line breaking properties with language names.
const char* LineBreakPropertiesLang::lang |
Language name.
const struct LineBreakProperties* LineBreakPropertiesLang::lbp |
Pointer to associated data.
size_t LineBreakPropertiesLang::namelen |
Length of name to match.