1// ***************************************************************************
2// *
3// * Copyright (C) 2013 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/bcp47/*.xml
7// *
8// ***************************************************************************
9keyTypeData:table(nofallback){
10    keyMap{
11        calendar{"ca"}
12        colalternate{"ka"}
13        colbackwards{"kb"}
14        colcasefirst{"kf"}
15        colcaselevel{"kc"}
16        colhiraganaquaternary{"kh"}
17        collation{"co"}
18        colnormalization{"kk"}
19        colnumeric{"kn"}
20        colreorder{"kr"}
21        colstrength{"ks"}
22        currency{"cu"}
23        numbers{"nu"}
24        timezone{"tz"}
25        variabletop{"vt"}
26    }
27    typeAlias{
28        colstrength{
29            quarternary{"quaternary"}
30        }
31        timezone:alias{"/ICUDATA/timezoneTypes/typeAlias/timezone"}
32    }
33    typeMap{
34        calendar{
35            ethiopic-amete-alem{"ethioaa"}
36            gregorian{"gregory"}
37            islamic-civil{"islamicc"}
38        }
39        colalternate{
40            non-ignorable{"noignore"}
41        }
42        colbackwards{
43            no{"false"}
44            yes{"true"}
45        }
46        colcasefirst{
47            no{"false"}
48        }
49        colcaselevel{
50            no{"false"}
51            yes{"true"}
52        }
53        colhiraganaquaternary{
54            no{"false"}
55            yes{"true"}
56        }
57        collation{
58            dictionary{"dict"}
59            gb2312han{"gb2312"}
60            phonebook{"phonebk"}
61            traditional{"trad"}
62        }
63        colnormalization{
64            no{"false"}
65            yes{"true"}
66        }
67        colnumeric{
68            no{"false"}
69            yes{"true"}
70        }
71        colstrength{
72            identical{"identic"}
73            primary{"level1"}
74            quaternary{"level4"}
75            secondary{"level2"}
76            tertiary{"level3"}
77        }
78        numbers{
79            traditional{"traditio"}
80        }
81        timezone:alias{"/ICUDATA/timezoneTypes/typeMap/timezone"}
82    }
83}
84