src/jdk.localedata/share/classes/sun/text/resources/in/ID/FormatData_in_ID.java

Print this page




  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  52  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  54  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written
  59  * authorization of the copyright holder.
  60  */
  61 
  62 package sun.text.resources.in;
  63 
  64 import sun.util.resources.ParallelListResourceBundle;
  65 
  66 public class FormatData_in_ID extends ParallelListResourceBundle {
  67     protected final Object[][] getContents() {
  68         return new Object[][] {
  69             { "TimePatterns",
  70                 new String[] {
  71                     "H:mm:ss",
  72                     "H:mm:ss",
  73                     "H:mm:ss",
  74                     "H:mm",
  75                 }
  76             },
  77             { "DatePatterns",
  78                 new String[] {
  79                     "EEEE dd MMMM yyyy",
  80                     "dd MMMM yyyy",
  81                     "dd MMM yy",
  82                     "dd/MM/yy",


  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  52  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  54  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written
  59  * authorization of the copyright holder.
  60  */
  61 
  62 package sun.text.resources.in.ID;
  63 
  64 import sun.util.resources.ParallelListResourceBundle;
  65 
  66 public class FormatData_in_ID extends ParallelListResourceBundle {
  67     protected final Object[][] getContents() {
  68         return new Object[][] {
  69             { "TimePatterns",
  70                 new String[] {
  71                     "H:mm:ss",
  72                     "H:mm:ss",
  73                     "H:mm:ss",
  74                     "H:mm",
  75                 }
  76             },
  77             { "DatePatterns",
  78                 new String[] {
  79                     "EEEE dd MMMM yyyy",
  80                     "dd MMMM yyyy",
  81                     "dd MMM yy",
  82                     "dd/MM/yy",