summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-49.1/layout/LayoutTables.h
blob: fda5081c7a53571fafe39a15dc4604fbfc86bbf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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