Context representing internal state of the line breaking algorithm. More...
#include <linebreakdef.h>

Data Fields | |
| const char * | lang |
| Language name. | |
| struct LineBreakProperties * | lbpLang |
| Pointer to LineBreakProperties. | |
| enum LineBreakClass | lbcCur |
| Breaking class of current codepoint. | |
| enum LineBreakClass | lbcNew |
| Breaking class of next codepoint. | |
| enum LineBreakClass | lbcLast |
| Breaking class of last codepoint. | |
| int | fLb21aHebrew |
| Flag for Hebrew letters (LB21a). | |
Context representing internal state of the line breaking algorithm.
This is useful to callers if incremental analysis is wanted.
Flag for Hebrew letters (LB21a).
| const char* LineBreakContext::lang |
Language name.
Breaking class of current codepoint.
Breaking class of last codepoint.
Breaking class of next codepoint.
Pointer to LineBreakProperties.
1.6.2