mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-6604 Porting the latest change of PropsVectors from C side
X-SVN-Rev: 25865
This commit is contained in:
parent
336302eb43
commit
4246be377d
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ public class PropsVectors {
|
|||
public final static int ERROR_VALUE_CP = 0x110001;
|
||||
public final static int MAX_CP = 0x110001;
|
||||
|
||||
public final static int INITIAL_ROWS = 1 << 14;
|
||||
public final static int MEDIUM_ROWS = 1 << 17;
|
||||
public final static int INITIAL_ROWS = 1 << 12;
|
||||
public final static int MEDIUM_ROWS = 1 << 16;
|
||||
public final static int MAX_ROWS = MAX_CP + 1;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue