OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/rbnf/km.xml | 6 // * Source File: <path>/common/rbnf/km.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 km{ | 9 km{ |
10 RBNFRules{ | 10 RBNFRules{ |
11 OrdinalRules{ | 11 OrdinalRules{ |
12 "%digits-ordinal:", | 12 "%digits-ordinal:", |
13 "-x: \u2212>>;", | 13 "-x: \u2212>>;", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 "10000000000: <<\u200B\u1796\u17B6\u1793\u17CB\u200B\u1780\u17C4\u17
8A\u17B7[\u200B>>];", | 48 "10000000000: <<\u200B\u1796\u17B6\u1793\u17CB\u200B\u1780\u17C4\u17
8A\u17B7[\u200B>>];", |
49 "1000000000000: =#,##0=;", | 49 "1000000000000: =#,##0=;", |
50 "%spellout-cardinal:", | 50 "%spellout-cardinal:", |
51 "0: =%spellout-numbering=;", | 51 "0: =%spellout-numbering=;", |
52 "%spellout-ordinal:", | 52 "%spellout-ordinal:", |
53 "0: \u1791\u17B8=%spellout-cardinal=;", | 53 "0: \u1791\u17B8=%spellout-cardinal=;", |
54 } | 54 } |
55 } | 55 } |
56 Version{"2.0.82.42"} | 56 Version{"2.0.82.42"} |
57 } | 57 } |
OLD | NEW |