OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/rbnf/th.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/th.xml |
| 11 */ |
| 12 th{ |
| 13 RBNFRules{ |
| 14 OrdinalRules{ |
| 15 "%digits-ordinal:", |
| 16 "-x: \u0E17\u0E35\u0E48\u2212>#,##0>;", |
| 17 "0: \u0E17\u0E35\u0E48\u200B=#,##0=;", |
| 18 } |
| 19 SpelloutRules{ |
| 20 "%spellout-numbering-year:", |
| 21 "x.x: =#,###0.#=;", |
| 22 "0: =%spellout-numbering=;", |
| 23 "%spellout-numbering:", |
| 24 "0: =%spellout-cardinal=;", |
| 25 "%spellout-cardinal:", |
| 26 "-x: \u0E25\u0E1A\u200B>>;", |
| 27 "x.x: <<\u200B\u0E08\u0E38\u0E14\u200B>>>;", |
| 28 "0: \u0E28\u0E39\u0E19\u0E22\u0E4C;", |
| 29 "1: \u0E2B\u0E19\u0E36\u0E48\u0E07;", |
| 30 "2: \u0E2A\u0E2D\u0E07;", |
| 31 "3: \u0E2A\u0E32\u0E21;", |
| 32 "4: \u0E2A\u0E35\u0E48;", |
| 33 "5: \u0E2B\u0E49\u0E32;", |
| 34 "6: \u0E2B\u0E01;", |
| 35 "7: \u0E40\u0E08\u0E47\u0E14;", |
| 36 "8: \u0E41\u0E1B\u0E14;", |
| 37 "9: \u0E40\u0E01\u0E49\u0E32;", |
| 38 "10: \u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];", |
| 39 "20: \u0E22\u0E35\u0E48\u200B\u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];
", |
| 40 "30: <<\u200B\u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];", |
| 41 "100: <<\u200B\u0E23\u0E49\u0E2D\u0E22[\u200B>>];", |
| 42 "1000: <<\u200B\u0E1E\u0E31\u0E19[\u200B>>];", |
| 43 "10000: <<\u200B\u0E2B\u0E21\u0E37\u0E48\u0E19[\u200B>>];", |
| 44 "100000: <<\u200B\u0E41\u0E2A\u0E19[\u200B>>];", |
| 45 "1000000: <<\u200B\u0E25\u0E49\u0E32\u0E19[\u200B>>];", |
| 46 "1000000000000000000: =#,##0=;", |
| 47 "%%alt-ones:", |
| 48 "1: \u0E40\u0E2D\u0E47\u0E14;", |
| 49 "2: =%spellout-cardinal=;", |
| 50 "%spellout-ordinal:", |
| 51 "x.x: =#,##0.#=;", |
| 52 "0: \u0E17\u0E35\u0E48\u200B=%spellout-cardinal=;", |
| 53 } |
| 54 } |
| 55 Version{"2.0.41.26"} |
| 56 } |
OLD | NEW |