mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10128 store bpt max value in ubidi.icu
X-SVN-Rev: 33566
This commit is contained in:
parent
c9dc52d608
commit
707a8976f4
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ BiDiPropsBuilder::build(UErrorCode &errorCode) {
|
|||
indexes[UBIDI_MAX_VALUES_INDEX]=
|
||||
((int32_t)U_CHAR_DIRECTION_COUNT-1)|
|
||||
(((int32_t)U_JT_COUNT-1)<<UBIDI_JT_SHIFT)|
|
||||
(((int32_t)U_BPT_COUNT-1)<<UBIDI_BPT_SHIFT)|
|
||||
(((int32_t)U_JG_COUNT-1)<<UBIDI_MAX_JG_SHIFT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue