diff -r 000000000000 -r 6474c204b198 intl/icu/source/i18n/fmtableimp.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/intl/icu/source/i18n/fmtableimp.h Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,24 @@ +/* +******************************************************************************* +* Copyright (C) 2010-2012, International Business Machines Corporation and * +* others. All Rights Reserved. * +******************************************************************************* +*/ + +#ifndef FMTABLEIMP_H +#define FMTABLEIMP_H + + +/** + * @internal + */ +struct FmtStackData { + DigitList stackDecimalNum; // 128 + //CharString stackDecimalStr; // 64 + // ----- + // 192 total +}; + + + +#endif