OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2007 International Business Machines | 3 // * Copyright (C) 2007 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
6 // * Source File:<path>/common/main/te.xml | 6 // * Source File:<path>/common/main/te.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/main/te.xml | 10 * ICU <specials> source: <path>/xml/main/te.xml |
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 zza{"జాజా"} | 826 zza{"జాజా"} |
827 } | 827 } |
828 LocaleScript{ | 828 LocaleScript{ |
829 "Telu", | 829 "Telu", |
830 } | 830 } |
831 NumberElements{ | 831 NumberElements{ |
832 ".", | 832 ".", |
833 ",", | 833 ",", |
834 ";", | 834 ";", |
835 "%", | 835 "%", |
836 "౦", | 836 "0", |
837 "#", | 837 "#", |
838 "-", | 838 "-", |
839 "E", | 839 "E", |
840 "‰", | 840 "‰", |
841 "∞", | 841 "∞", |
842 "NaN", | 842 "NaN", |
843 "+", | 843 "+", |
844 } | 844 } |
845 NumberPatterns{ | 845 NumberPatterns{ |
846 "#,##,##0.###", | 846 "#,##,##0.###", |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1070 "ఒకటి 1", | 1070 "ఒకటి 1", |
1071 "రెండు 2", | 1071 "రెండు 2", |
1072 "మూడు 3", | 1072 "మూడు 3", |
1073 "నాలుగు 4", | 1073 "నాలుగు 4", |
1074 } | 1074 } |
1075 } | 1075 } |
1076 } | 1076 } |
1077 } | 1077 } |
1078 } | 1078 } |
1079 } | 1079 } |
OLD | NEW |