2
|
1 |
/*
|
|
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 |
#ifndef __LELANGUAGES_H
|
|
35 |
#define __LELANGUAGES_H
|
|
36 |
|
|
37 |
#include "LETypes.h"
|
|
38 |
|
|
39 |
/**
|
|
40 |
* A provisional list of language codes. For now,
|
|
41 |
* this is just a list of languages which the LayoutEngine
|
|
42 |
* supports.
|
|
43 |
*
|
|
44 |
* @draft ICU 3.0
|
|
45 |
*/
|
|
46 |
|
|
47 |
enum LanguageCodes {
|
|
48 |
nullLanguageCode = 0,
|
|
49 |
araLanguageCode = 1,
|
|
50 |
asmLanguageCode = 2,
|
|
51 |
benLanguageCode = 3,
|
|
52 |
farLanguageCode = 4,
|
|
53 |
gujLanguageCode = 5,
|
|
54 |
hinLanguageCode = 6,
|
|
55 |
iwrLanguageCode = 7,
|
|
56 |
jiiLanguageCode = 8,
|
|
57 |
janLanguageCode = 9,
|
|
58 |
kanLanguageCode = 10,
|
|
59 |
kokLanguageCode = 11,
|
|
60 |
korLanguageCode = 12,
|
|
61 |
kshLanguageCode = 13,
|
|
62 |
malLanguageCode = 14,
|
|
63 |
marLanguageCode = 15,
|
|
64 |
mlrLanguageCode = 16,
|
|
65 |
mniLanguageCode = 17,
|
|
66 |
oriLanguageCode = 18,
|
|
67 |
sanLanguageCode = 19,
|
|
68 |
sndLanguageCode = 20,
|
|
69 |
snhLanguageCode = 21,
|
|
70 |
syrLanguageCode = 22,
|
|
71 |
tamLanguageCode = 23,
|
|
72 |
telLanguageCode = 24,
|
|
73 |
thaLanguageCode = 25,
|
|
74 |
urdLanguageCode = 26,
|
|
75 |
zhpLanguageCode = 27,
|
|
76 |
zhsLanguageCode = 28,
|
|
77 |
zhtLanguageCode = 29,
|
|
78 |
|
|
79 |
languageCodeCount = 30
|
|
80 |
};
|
|
81 |
|
|
82 |
#endif
|