1// *************************************************************************** 2// * 3// * Copyright (C) 2011 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 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 colstrength{"ks"} 21 currency{"cu"} 22 numbers{"nu"} 23 timezone{"tz"} 24 variabletop{"vt"} 25 } 26 typeAlias{ 27 colstrength{ 28 quarternary{"quaternary"} 29 } 30 timezone:alias{"/ICUDATA/timezoneTypes/typeAlias/timezone"} 31 } 32 typeMap{ 33 calendar{ 34 ethiopic-amete-alem{"ethioaa"} 35 gregorian{"gregory"} 36 islamic-civil{"islamicc"} 37 } 38 colalternate{ 39 non-ignorable{"noignore"} 40 } 41 colbackwards{ 42 no{"false"} 43 yes{"true"} 44 } 45 colcasefirst{ 46 no{"false"} 47 } 48 colcaselevel{ 49 no{"false"} 50 yes{"true"} 51 } 52 colhiraganaquaternary{ 53 no{"false"} 54 yes{"true"} 55 } 56 collation{ 57 dictionary{"dict"} 58 gb2312han{"gb2312"} 59 phonebook{"phonebk"} 60 traditional{"trad"} 61 } 62 colnormalization{ 63 no{"false"} 64 yes{"true"} 65 } 66 colnumeric{ 67 no{"false"} 68 yes{"true"} 69 } 70 colstrength{ 71 identical{"identic"} 72 primary{"level1"} 73 quaternary{"level4"} 74 secondary{"level2"} 75 tertiary{"level3"} 76 } 77 timezone:alias{"/ICUDATA/timezoneTypes/typeMap/timezone"} 78 } 79} 80