ICU-5243 add a field to UBiDi structure (need for optimizing RTL inverse algorithm)

X-SVN-Rev: 19929
This commit is contained in:
Matitiahu Allouche 2006-07-31 15:04:55 +00:00
parent 8c669a4c0f
commit 7c4d4cbda7

View file

@ -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;