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