ICU-4078 Cut the nxCache in half by removing unused UnicodeSet options.

X-SVN-Rev: 16690
This commit is contained in:
George Rhoten 2004-10-31 05:43:23 +00:00
parent 6a2217eb7c
commit 75233160fb

View File

@ -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,