| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/hi.xml | 6 // * Source File: <path>/common/rbnf/hi.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/xml/rbnf/hi.xml | |
| 11 */ | |
| 12 hi{ | 9 hi{ |
| 13 RBNFRules{ | 10 RBNFRules{ |
| 14 OrdinalRules{ | 11 OrdinalRules{ |
| 15 "%digits-ordinal-masculine:", | 12 "%digits-ordinal-masculine:", |
| 16 "-x: \u2212>>;", | 13 "-x: \u2212>>;", |
| 17 "0: 0;", | 14 "0: 0;", |
| 18 "1: =#,##,##0=\u0932\u093E;", | 15 "1: =#,##,##0=\u0932\u093E;", |
| 19 "2: =#,##,##0=\u0930\u093E;", | 16 "2: =#,##,##0=\u0930\u093E;", |
| 20 "4: =#,##,##0=\u0925\u093E;", | 17 "4: =#,##,##0=\u0925\u093E;", |
| 21 "5: =#,##,##0=\u0935\u093E\u0901;", | 18 "5: =#,##,##0=\u0935\u093E\u0901;", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "0: \u0936\u0942\u0928\u094D\u092F\u0935\u0940;", | 163 "0: \u0936\u0942\u0928\u094D\u092F\u0935\u0940;", |
| 167 "1: \u092A\u0939\u0932\u0940;", | 164 "1: \u092A\u0939\u0932\u0940;", |
| 168 "2: \u0926\u0942\u0938\u0930\u0940;", | 165 "2: \u0926\u0942\u0938\u0930\u0940;", |
| 169 "3: \u0924\u0940\u0938\u0930\u0940;", | 166 "3: \u0924\u0940\u0938\u0930\u0940;", |
| 170 "4: \u091A\u094C\u0925\u0940;", | 167 "4: \u091A\u094C\u0925\u0940;", |
| 171 "5: \u092A\u093E\u0901\u091A\u0935\u0940;", | 168 "5: \u092A\u093E\u0901\u091A\u0935\u0940;", |
| 172 "6: \u091B\u0920\u0940;", | 169 "6: \u091B\u0920\u0940;", |
| 173 "7: =%spellout-cardinal=\u0935\u0940;", | 170 "7: =%spellout-cardinal=\u0935\u0940;", |
| 174 } | 171 } |
| 175 } | 172 } |
| 176 Version{"2.1.7.78"} | 173 Version{"2.1.19.14"} |
| 177 } | 174 } |
| OLD | NEW |