ICU-4078 Cut the nxCache in half by removing unused UnicodeSet options.
X-SVN-Rev: 16690
This commit is contained in:
parent
6a2217eb7c
commit
75233160fb
@ -99,8 +99,8 @@ enum {
|
||||
*/
|
||||
enum {
|
||||
_NORM_OPTIONS_NX_MASK=0x1f,
|
||||
_NORM_OPTIONS_UNICODE_MASK=0xe0,
|
||||
_NORM_OPTIONS_SETS_MASK=0xff,
|
||||
_NORM_OPTIONS_UNICODE_MASK=0x60,
|
||||
_NORM_OPTIONS_SETS_MASK=0x7f,
|
||||
|
||||
_NORM_OPTIONS_UNICODE_SHIFT=5,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user