1// ***************************************************************************
2// *
3// * Copyright (C) 2014 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        kv{"kv"}
24        numbers{"nu"}
25        timezone{"tz"}
26        variabletop{"vt"}
27    }
28    typeAlias{
29        colstrength{
30            quarternary{"quaternary"}
31        }
32        timezone:alias{"/ICUDATA/timezoneTypes/typeAlias/timezone"}
33    }
34    typeMap{
35        calendar{
36            ethiopic-amete-alem{"ethioaa"}
37            gregorian{"gregory"}
38            islamic-civil{"islamicc"}
39        }
40        colalternate{
41            non-ignorable{"noignore"}
42        }
43        colbackwards{
44            no{"false"}
45            yes{"true"}
46        }
47        colcasefirst{
48            no{"false"}
49        }
50        colcaselevel{
51            no{"false"}
52            yes{"true"}
53        }
54        colhiraganaquaternary{
55            no{"false"}
56            yes{"true"}
57        }
58        collation{
59            dictionary{"dict"}
60            gb2312han{"gb2312"}
61            phonebook{"phonebk"}
62            traditional{"trad"}
63        }
64        colnormalization{
65            no{"false"}
66            yes{"true"}
67        }
68        colnumeric{
69            no{"false"}
70            yes{"true"}
71        }
72        colstrength{
73            identical{"identic"}
74            primary{"level1"}
75            quaternary{"level4"}
76            secondary{"level2"}
77            tertiary{"level3"}
78        }
79        numbers{
80            traditional{"traditio"}
81        }
82        timezone:alias{"/ICUDATA/timezoneTypes/typeMap/timezone"}
83    }
84}
85