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