libunibreak 5.1
|
Definition of language-specific data. More...
Variables | |
static const struct LineBreakProperties | lb_prop_English [] |
English-specifc data over the default Unicode rules. | |
static const struct LineBreakProperties | lb_prop_German [] |
German-specifc data over the default Unicode rules. | |
static const struct LineBreakProperties | lb_prop_Spanish [] |
Spanish-specifc data over the default Unicode rules. | |
static const struct LineBreakProperties | lb_prop_French [] |
French-specifc data over the default Unicode rules. | |
static const struct LineBreakProperties | lb_prop_Russian [] |
Russian-specifc data over the default Unicode rules. | |
static const struct LineBreakProperties | lb_prop_Chinese [] |
Chinese-specifc data over the default Unicode rules. | |
const struct LineBreakPropertiesLang | lb_prop_lang_map [] |
Association data of language-specific line breaking properties with language names. | |
Definition of language-specific data.
|
static |
Chinese-specifc data over the default Unicode rules.
|
static |
English-specifc data over the default Unicode rules.
|
static |
|
static |
const struct LineBreakPropertiesLang lb_prop_lang_map[] |
Association data of language-specific line breaking properties with language names.
This is the definition for the static data in this file. If you want more flexibility, or do not need the data here, you may want to redefine lb_prop_lang_map in your C source file.
|
static |
Russian-specifc data over the default Unicode rules.
|
static |