1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/i18n/fmtableimp.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +/* 1.5 +******************************************************************************* 1.6 +* Copyright (C) 2010-2012, International Business Machines Corporation and * 1.7 +* others. All Rights Reserved. * 1.8 +******************************************************************************* 1.9 +*/ 1.10 + 1.11 +#ifndef FMTABLEIMP_H 1.12 +#define FMTABLEIMP_H 1.13 + 1.14 + 1.15 +/** 1.16 + * @internal 1.17 + */ 1.18 +struct FmtStackData { 1.19 + DigitList stackDecimalNum; // 128 1.20 + //CharString stackDecimalStr; // 64 1.21 + // ----- 1.22 + // 192 total 1.23 +}; 1.24 + 1.25 + 1.26 + 1.27 +#endif