mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue