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

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

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

revision 1.14 by tromey, Wed Sep 5 00:00:19 2001 UTC revision 1.15 by tromey, Tue Jan 8 23:55:44 2002 UTC
# Line 1  Line 1 
1  /* LocaleInformation_en.java -- US English locale data  /* LocaleInformation_en.java -- US English locale data
2     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 99  public class LocaleInformation_en extend Line 99  public class LocaleInformation_en extend
99     */     */
100    private static final String[] eras = { "BC", "AD" };    private static final String[] eras = { "BC", "AD" };
101    
102      private static final String[][] zoneStrings =
103      {
104        { "GMT", "Greenwich Mean Time", "GMT",
105          /**/   "Greenwich Mean Time", "GMT", "GMT" },
106        { "PST", "Pacific Standard Time", "PST",
107          /**/   "Pacific Daylight Time", "PDT", "San Francisco" },
108        { "MST", "Mountain Standard Time", "MST",
109          /**/   "Mountain Daylight Time", "MDT", "Denver" },
110        { "PNT", "Mountain Standard Time", "MST",
111          /**/   "Mountain Standard Time", "MST", "Phoenix" },
112        { "CST", "Central Standard Time", "CST",
113          /**/   "Central Daylight Time", "CDT", "Chicago" },
114        { "EST", "Eastern Standard Time", "EST",
115          /**/   "Eastern Daylight Time", "EDT", "Boston" },
116        { "IET", "Eastern Standard Time", "EST",
117          /**/   "Eastern Standard Time", "EST", "Indianapolis" },
118        { "PRT", "Atlantic Standard Time", "AST",
119          /**/   "Atlantic Daylight Time", "ADT", "Halifax" },
120        { "CNT", "Newfoundland Standard Time", "NST",
121          /**/   "Newfoundland Daylight Time", "NDT", "St. Johns" },
122        { "ECT", "Central European Standard Time", "CET",
123          /**/   "Central European Daylight Time", "CEST", "Paris" },
124        { "CTT", "China Standard Time", "CST",
125          /**/   "China Standard Time", "CST", "Shanghai" },
126        { "JST", "Japan Standard Time", "JST",
127          /**/   "Japan Standard Time", "JST", "Tokyo" },
128        { "HST", "Hawaii Standard Time", "HST",
129          /**/   "Hawaii Standard Time", "HST", "Honolulu" },
130        { "AST", "Alaska Standard Time", "AKST",
131          /**/   "Alaska Daylight Time", "AKDT", "Anchorage" }
132      };
133    
134    /*************************************************************************/    /*************************************************************************/
135    
136    /**    /**
# Line 119  public class LocaleInformation_en extend Line 151  public class LocaleInformation_en extend
151      { "ampms", ampms },      { "ampms", ampms },
152      { "eras", eras },      { "eras", eras },
153      { "localPatternChars", "GyMdkHmsSEDFwWahKz" },      { "localPatternChars", "GyMdkHmsSEDFwWahKz" },
154        { "zoneStrings", zoneStrings },
155    
156        { "shortDateFormat", "M/d/yy" },         // Java's Y2K bug.
157        { "mediumDateFormat", "d-MMM-yy" },
158        { "longDateFormat", "MMMM d, yyyy" },
159        { "fullDateFormat", "EEEE MMMM d, yyyy G" },
160        { "defaultDateFormat", "d-MMMM-yy" },
161        { "shortTimeFormat", "h:mm a" },
162        { "mediumTimeFormat", "h:mm:ss a" },
163        { "longTimeFormat", "h:mm:ss a z" },
164        { "fullTimeFormat", "h:mm:ss;S 'o''clock' a z" },
165        { "defaultTimeFormat", "h:mm:ss a" },
166    
167      // For DecimalFormat/DecimalFormatSymbols      // For DecimalFormat/DecimalFormatSymbols
168      { "decimalSeparator", "." },      { "decimalSeparator", "." },

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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