blob: ca7a860c8f0ffa3fa09c8d4b9dd6a44f603db84c [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001/*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3 *
4 * This code is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 only, as
6 * published by the Free Software Foundation. Sun designates this
7 * particular file as subject to the "Classpath" exception as provided
8 * by Sun in the LICENSE file that accompanied this code.
9 *
10 * This code is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 * version 2 for more details (a copy is included in the LICENSE file that
14 * accompanied this code).
15 *
16 * You should have received a copy of the GNU General Public License version
17 * 2 along with this work; if not, write to the Free Software Foundation,
18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19 *
20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21 * CA 95054 USA or visit www.sun.com if you need additional information or
22 * have any questions.
23 *
24 */
25
26/*
27 *
28 * (C) Copyright IBM Corp. 1998-2004. All Rights Reserved.
29 *
30 * WARNING: THIS FILE IS MACHINE GENERATED. DO NOT HAND EDIT IT UNLESS
31 * YOU REALLY KNOW WHAT YOU'RE DOING.
32 *
33 */
34
35#ifndef __LESCRIPTS_H
36#define __LESCRIPTS_H
37
38#include "LETypes.h"
39
40/**
41 * Constants for Unicode script values, generated using
42 * ICU4J's <code>UScript</code> class.
43 *
44 * @draft ICU 3.0
45 */
46
47enum ScriptCodes {
48 zyyyScriptCode = 0,
49 qaaiScriptCode = 1,
50 arabScriptCode = 2,
51 armnScriptCode = 3,
52 bengScriptCode = 4,
53 bopoScriptCode = 5,
54 cherScriptCode = 6,
55 qaacScriptCode = 7,
56 cyrlScriptCode = 8,
57 dsrtScriptCode = 9,
58 devaScriptCode = 10,
59 ethiScriptCode = 11,
60 georScriptCode = 12,
61 gothScriptCode = 13,
62 grekScriptCode = 14,
63 gujrScriptCode = 15,
64 guruScriptCode = 16,
65 haniScriptCode = 17,
66 hangScriptCode = 18,
67 hebrScriptCode = 19,
68 hiraScriptCode = 20,
69 kndaScriptCode = 21,
70 kanaScriptCode = 22,
71 khmrScriptCode = 23,
72 laooScriptCode = 24,
73 latnScriptCode = 25,
74 mlymScriptCode = 26,
75 mongScriptCode = 27,
76 mymrScriptCode = 28,
77 ogamScriptCode = 29,
78 italScriptCode = 30,
79 oryaScriptCode = 31,
80 runrScriptCode = 32,
81 sinhScriptCode = 33,
82 syrcScriptCode = 34,
83 tamlScriptCode = 35,
84 teluScriptCode = 36,
85 thaaScriptCode = 37,
86 thaiScriptCode = 38,
87 tibtScriptCode = 39,
88 cansScriptCode = 40,
89 yiiiScriptCode = 41,
90 tglgScriptCode = 42,
91 hanoScriptCode = 43,
92 buhdScriptCode = 44,
93 tagbScriptCode = 45,
94 braiScriptCode = 46,
95 cprtScriptCode = 47,
96 limbScriptCode = 48,
97 linbScriptCode = 49,
98 osmaScriptCode = 50,
99 shawScriptCode = 51,
100 taleScriptCode = 52,
101 ugarScriptCode = 53,
102 hrktScriptCode = 54,
103
104 scriptCodeCount = 55
105};
106
107#endif