mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-5032 Make the StringPrepProfile smaller by using less struct padding.
X-SVN-Rev: 19670
This commit is contained in:
parent
cf9819f0aa
commit
a284d4f987
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue