mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5243 add a field to UBiDi structure (need for optimizing RTL inverse algorithm)
X-SVN-Rev: 19929
This commit is contained in:
parent
8c669a4c0f
commit
7c4d4cbda7
1 changed files with 3 additions and 0 deletions
|
@ -265,6 +265,9 @@ struct UBiDi {
|
|||
/* flags is a bit set for which directional properties are in the text */
|
||||
Flags flags;
|
||||
|
||||
/* lastArabicPos is index to the last AL in the text, -1 if none */
|
||||
int32_t lastArabicPos;
|
||||
|
||||
/* characters after trailingWSStart are WS and are */
|
||||
/* implicitly at the paraLevel (rule (L1)) - levels may not reflect that */
|
||||
int32_t trailingWSStart;
|
||||
|
|
Loading…
Add table
Reference in a new issue