ICU-6604 Porting the latest change of PropsVectors from C side

X-SVN-Rev: 25865
This commit is contained in:
Shaopeng Jia 2009-04-22 18:20:22 +00:00
parent 336302eb43
commit 4246be377d

View File

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