diff -r 000000000000 -r bde4ae8d615e os/textandloc/fontservices/textshaperplugin/IcuSource/layout/LayoutTables.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/textandloc/fontservices/textshaperplugin/IcuSource/layout/LayoutTables.h Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,26 @@ +/* + * + * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved + * + */ + +#ifndef __LAYOUTTABLES_H +#define __LAYOUTTABLES_H + +/** + * \file + * \internal + */ + +#include "LETypes.h" + +U_NAMESPACE_BEGIN + +#define ANY_NUMBER 1 + +typedef le_int16 ByteOffset; +typedef le_int16 WordOffset; + +U_NAMESPACE_END +#endif +