]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/gnu/java/locale/LocaleInformation_en_CA.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / gnu / java / locale / LocaleInformation_en_CA.java
diff --git a/libjava/gnu/java/locale/LocaleInformation_en_CA.java b/libjava/gnu/java/locale/LocaleInformation_en_CA.java
deleted file mode 100644 (file)
index 63e4944..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-// This file was automatically generated by localedef.
-
-package gnu.java.locale;
-
-import java.util.ListResourceBundle;
-
-public class LocaleInformation_en_CA extends ListResourceBundle
-{
-  static final String decimalSeparator = ".";
-  static final String groupingSeparator = ",";
-  static final String numberFormat = "#,###,##0.###";
-  static final String percentFormat = "#,###,##0%";
-  static final String[] weekdays = { null, "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" };
-
-  static final String[] shortWeekdays = { null, "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };
-
-  static final String[] shortMonths = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", null };
-
-  static final String[] months = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", null };
-
-  static final String[] ampms = { "AM", "PM" };
-
-  static final String shortDateFormat = "dd/MM/yy";
-  static final String defaultTimeFormat = "hh:m:s a";
-  static final String currencySymbol = "$";
-  static final String intlCurrencySymbol = "CAD";
-  static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";
-
-  private static final Object[][] contents =
-  {
-    { "weekdays", weekdays },
-    { "shortWeekdays", shortWeekdays },
-    { "shortMonths", shortMonths },
-    { "months", months },
-    { "ampms", ampms },
-    { "shortDateFormat", shortDateFormat },
-    { "defaultTimeFormat", defaultTimeFormat },
-    { "currencySymbol", currencySymbol },
-    { "intlCurrencySymbol", intlCurrencySymbol },
-    { "currencyFormat", currencyFormat },
-    { "decimalSeparator", decimalSeparator },
-    { "groupingSeparator", groupingSeparator },
-    { "numberFormat", numberFormat },
-    { "percentFormat", percentFormat },
-  };
-
-  public Object[][] getContents () { return contents; }
-}