Print this page
rev 5615 : 6336885: RFE: Locale Data Deployment Enhancements
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o Jigsaw. by Naoto Sato and Masayoshi Okutsu)

Split Close
Expand all
Collapse all
          --- old/src/share/classes/sun/text/resources/FormatData_sr_BA.java
          +++ new/src/share/classes/sun/text/resources/sr/FormatData_sr_BA.java
   1    1  /*
   2      - * Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved.
        2 + * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
   3    3   */
   4    4  
   5    5  /*
   6    6   * COPYRIGHT AND PERMISSION NOTICE
   7    7   *
   8    8   * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
   9    9   * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
  10   10   *
  11   11   * Permission is hereby granted, free of charge, to any person obtaining a copy
  12   12   * of the Unicode data files and any associated documentation (the "Data
↓ open down ↓ 20 lines elided ↑ open up ↑
  33   33   * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  34   34   *
  35   35   * Except as contained in this notice, the name of a copyright holder shall not
  36   36   * be used in advertising or otherwise to promote the sale, use or other
  37   37   * dealings in these Data Files or Software without prior written
  38   38   * authorization of the copyright holder.
  39   39   */
  40   40  
  41   41  // Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
  42   42  
  43      -package sun.text.resources;
       43 +package sun.text.resources.sr;
  44   44  
  45   45  import java.util.ListResourceBundle;
  46   46  
  47   47  public class FormatData_sr_BA extends ListResourceBundle {
  48   48      protected final Object[][] getContents() {
  49   49          return new Object[][] {
  50   50              { "MonthNames",
  51   51                  new String[] {
  52   52                      "\u0458\u0430\u043d\u0443\u0430\u0440",
  53   53                      "\u0444\u0435\u0431\u0440\u0443\u0430\u0440",
↓ open down ↓ 25 lines elided ↑ open up ↑
  79   79                  new String[] {
  80   80                      "\u043d\u0435\u0434",
  81   81                      "\u043f\u043e\u043d",
  82   82                      "\u0443\u0442\u043e",
  83   83                      "\u0441\u0440\u0438",
  84   84                      "\u0447\u0435\u0442",
  85   85                      "\u043f\u0435\u0442",
  86   86                      "\u0441\u0443\u0431",
  87   87                  }
  88   88              },
  89      -            { "DateTimePatterns",
       89 +            { "TimePatterns",
  90   90                  new String[] {
  91   91                      "HH '\u0447\u0430\u0441\u043e\u0432\u0430', mm '\u043c\u0438\u043d\u0443\u0442\u0430', ss' \u0441\u0435\u043a\u0443\u043d\u0434\u0438'",
  92   92                      "HH.mm.ss z",
  93   93                      "HH:mm:ss",
  94   94                      "HH:mm",
       95 +                }
       96 +            },
       97 +            { "DatePatterns",
       98 +                new String[] {
  95   99                      "EEEE, dd. MMMM yyyy.",
  96  100                      "dd. MMMM yyyy.",
  97  101                      "yyyy-MM-dd",
  98  102                      "yy-MM-dd",
      103 +                }
      104 +            },
      105 +            { "DateTimePatterns",
      106 +                new String[] {
  99  107                      "{1} {0}",
 100  108                  }
 101  109              },
 102  110          };
 103  111      }
 104  112  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX