ICU-5032 Make the StringPrepProfile smaller by using less struct padding.

X-SVN-Rev: 19670
This commit is contained in:
George Rhoten 2006-05-27 04:00:56 +00:00
parent cf9819f0aa
commit a284d4f987

View file

@ -1,7 +1,7 @@
/*
*******************************************************************************
*
* Copyright (C) 2003-2005, International Business Machines
* Copyright (C) 2003-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@ -89,8 +89,8 @@ struct UStringPrepProfile{
const uint16_t* mappingData;
UDataMemory* sprepData;
const UBiDiProps *bdp; /* used only if checkBiDi is set */
UBool isDataLoaded;
int32_t refCount;
UBool isDataLoaded;
UBool doNFKC;
UBool checkBiDi;
};