| 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/hr.xml | 6 // * Source File: <path>/common/rbnf/hr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/hr.xml | 10 * ICU <specials> source: <path>/xml/rbnf/hr.xml |
| 11 */ | 11 */ |
| 12 hr{ | 12 hr{ |
| 13 RBNFRules{ | 13 RBNFRules{ |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "%spellout-ordinal-neuter:", | 206 "%spellout-ordinal-neuter:", |
| 207 "0: =%%spellout-ordinal-base=o;", | 207 "0: =%%spellout-ordinal-base=o;", |
| 208 "3: =%%spellout-ordinal-base=e;", | 208 "3: =%%spellout-ordinal-base=e;", |
| 209 "4: =%%spellout-ordinal-base=o;", | 209 "4: =%%spellout-ordinal-base=o;", |
| 210 "%spellout-ordinal-feminine:", | 210 "%spellout-ordinal-feminine:", |
| 211 "0: =%%spellout-ordinal-base=a;", | 211 "0: =%%spellout-ordinal-base=a;", |
| 212 } | 212 } |
| 213 } | 213 } |
| 214 Version{"2.0.82.42"} | 214 Version{"2.0.82.42"} |
| 215 } | 215 } |
| OLD | NEW |