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/ky.xml | 6 // * Source File: <path>/common/rbnf/ky.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 ky{ | 9 ky{ |
10 RBNFRules{ | 10 RBNFRules{ |
11 OrdinalRules{ | 11 OrdinalRules{ |
12 "%%digits-ordinal-indicator:", | 12 "%%digits-ordinal-indicator:", |
13 "0: ''\u0438\u043D\u0447\u0438;", | 13 "0: ''\u0438\u043D\u0447\u0438;", |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 "10000000: \u043E\u043D \u043C\u0438\u043B\u043B\u0438\u043E\u043D\u
0434\u043E\u043D <%spellout-numbering<;", | 166 "10000000: \u043E\u043D \u043C\u0438\u043B\u043B\u0438\u043E\u043D\u
0434\u043E\u043D <%spellout-numbering<;", |
167 "100000000: \u0436\u04AF\u0437 \u043C\u0438\u043B\u043B\u0438\u043E\
u043D\u0434\u043E\u043D <%spellout-numbering<;", | 167 "100000000: \u0436\u04AF\u0437 \u043C\u0438\u043B\u043B\u0438\u043E\
u043D\u0434\u043E\u043D <%spellout-numbering<;", |
168 "1000000000: \u043C\u0438\u043B\u043B\u0438\u0430\u0440\u0434\u0434\
u0430\u043D <%spellout-numbering<;", | 168 "1000000000: \u043C\u0438\u043B\u043B\u0438\u0430\u0440\u0434\u0434\
u0430\u043D <%spellout-numbering<;", |
169 "10000000000: \u043E\u043D \u043C\u0438\u043B\u043B\u0438\u0430\u044
0\u0434\u0434\u0430\u043D <%spellout-numbering<;", | 169 "10000000000: \u043E\u043D \u043C\u0438\u043B\u043B\u0438\u0430\u044
0\u0434\u0434\u0430\u043D <%spellout-numbering<;", |
170 "100000000000: \u0436\u04AF\u0437 \u043C\u0438\u043B\u043B\u0438\u04
30\u0440\u0434\u0434\u0430\u043D <%spellout-numbering<;", | 170 "100000000000: \u0436\u04AF\u0437 \u043C\u0438\u043B\u043B\u0438\u04
30\u0440\u0434\u0434\u0430\u043D <%spellout-numbering<;", |
171 "1000000000000: 0* <#,##0<<;", | 171 "1000000000000: 0* <#,##0<<;", |
172 } | 172 } |
173 } | 173 } |
174 Version{"2.0.82.42"} | 174 Version{"2.0.82.42"} |
175 } | 175 } |
OLD | NEW |