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/sv.xml | 6 // * Source File: <path>/common/rbnf/sv.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/sv.xml | 10 * ICU <specials> source: <path>/xml/rbnf/sv.xml |
11 */ | 11 */ |
12 sv{ | 12 sv{ |
13 RBNFRules{ | 13 RBNFRules{ |
(...skipping 11 matching lines...) Expand all Loading... |
25 "%%dord-femabbrev:", | 25 "%%dord-femabbrev:", |
26 "0: :e;", | 26 "0: :e;", |
27 "1: :a;", | 27 "1: :a;", |
28 "2: :a;", | 28 "2: :a;", |
29 "3: :e;", | 29 "3: :e;", |
30 "20: >>;", | 30 "20: >>;", |
31 "100: >>;", | 31 "100: >>;", |
32 "%digits-ordinal-reale:", | 32 "%digits-ordinal-reale:", |
33 "0: =%digits-ordinal-feminine=;", | 33 "0: =%digits-ordinal-feminine=;", |
34 "%digits-ordinal:", | 34 "%digits-ordinal:", |
35 "0: =%digits-ordinal-masculine=;", | 35 "0: =%digits-ordinal-feminine=;", |
36 } | 36 } |
37 SpelloutRules{ | 37 SpelloutRules{ |
38 "%%lenient-parse:", | 38 "%%lenient-parse:", |
39 "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';", | 39 "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';", |
40 "%spellout-numbering-year:", | 40 "%spellout-numbering-year:", |
41 "-x: minus >>;", | 41 "-x: minus >>;", |
42 "x.x: =#,###0.#=;", | 42 "x.x: =#,###0.#=;", |
43 "0: =%spellout-numbering=;", | 43 "0: =%spellout-numbering=;", |
44 "1100/100: <<\u00ADhundra[\u00AD>>];", | 44 "1100/100: <<\u00ADhundra[\u00AD>>];", |
45 "10000: =%spellout-numbering=;", | 45 "10000: =%spellout-numbering=;", |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 "1: ' =%spellout-ordinal-masculine=;", | 232 "1: ' =%spellout-ordinal-masculine=;", |
233 "%%ord-masc-teer:", | 233 "%%ord-masc-teer:", |
234 "0: te;", | 234 "0: te;", |
235 "1: er =%spellout-ordinal-masculine=;", | 235 "1: er =%spellout-ordinal-masculine=;", |
236 "%spellout-ordinal-feminine:", | 236 "%spellout-ordinal-feminine:", |
237 "0: =%spellout-ordinal-neuter=;", | 237 "0: =%spellout-ordinal-neuter=;", |
238 "%spellout-ordinal-reale:", | 238 "%spellout-ordinal-reale:", |
239 "0: =%spellout-ordinal-neuter=;", | 239 "0: =%spellout-ordinal-neuter=;", |
240 } | 240 } |
241 } | 241 } |
242 Version{"2.0.82.42"} | 242 Version{"2.0.95.53"} |
243 } | 243 } |
OLD | NEW |