]> git.saurik.com Git - apple/icu.git/blob - icuSources/layout/LayoutTables.h
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / layout / LayoutTables.h
1 /*
2 * @(#)LayoutTables.h 1.5 00/03/15
3 *
4 * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
5 *
6 */
7
8 #ifndef __LAYOUTTABLES_H
9 #define __LAYOUTTABLES_H
10
11 /**
12 * \file
13 * \internal
14 */
15
16 #include "LETypes.h"
17
18 U_NAMESPACE_BEGIN
19
20 #define ANY_NUMBER 1
21
22 typedef le_int16 ByteOffset;
23 typedef le_int16 WordOffset;
24
25 U_NAMESPACE_END
26 #endif
27