/[classpath]/classpath/gnu/java/locale/LocaleInformation_tt.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_tt.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mkoch, Sun Dec 26 15:06:16 2004 UTC revision 1.3 by mkoch, Thu Dec 30 15:10:52 2004 UTC
# Line 55  public class LocaleInformation_tt extend Line 55  public class LocaleInformation_tt extend
55    
56    private static final Object territories = new Hashtableterritories();    private static final Object territories = new Hashtableterritories();
57    
58      private static final class Hashtablelanguages extends java.util.Hashtable
59      {
60        public Hashtablelanguages()
61          {
62            super();
63            put("tt", "\u0422\u0430\u0442\u0430\u0440");
64          }
65      }
66    
67      private static final Object languages = new Hashtablelanguages();
68    
69    private static final Object[][] contents =    private static final Object[][] contents =
70    {    {
71      { "decimalSeparator", "," },      { "decimalSeparator", "," },
72      { "groupingSeparator", "\u00a0" },      { "groupingSeparator", "\u00a0" },
73      { "territories", territories },      { "territories", territories },
74        { "languages", languages },
75    };    };
76    
77    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26