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/fr_CH.xml | 6 // * Source File: <path>/common/rbnf/fr_CH.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/fr_CH.xml | 10 * ICU <specials> source: <path>/xml/rbnf/fr_CH.xml |
11 */ | 11 */ |
12 fr_CH{ | 12 fr_CH{ |
13 RBNFRules{ | 13 RBNFRules{ |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 "%spellout-ordinal-feminine:", | 203 "%spellout-ordinal-feminine:", |
204 "-x: moins >>;", | 204 "-x: moins >>;", |
205 "x.x: =#,##0.#=;", | 205 "x.x: =#,##0.#=;", |
206 "0: z\u00E9roi\u00E8me;", | 206 "0: z\u00E9roi\u00E8me;", |
207 "1: premi\u00E8re;", | 207 "1: premi\u00E8re;", |
208 "2: =%%spellout-ordinal=;", | 208 "2: =%%spellout-ordinal=;", |
209 } | 209 } |
210 } | 210 } |
211 Version{"2.0.90.54"} | 211 Version{"2.0.90.54"} |
212 } | 212 } |
OLD | NEW |