src/jdk.localedata/share/classes/sun/text/resources/cs/CZ/FormatData_cs_CZ.java

Print this page




  24  */
  25 
  26 /*
  27  */
  28 
  29 /*
  30  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  31  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  32  *
  33  * The original version of this source code and documentation
  34  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  35  * subsidiary of IBM. These materials are provided under terms
  36  * of a License Agreement between Taligent and Sun. This technology
  37  * is protected by multiple US and International patents.
  38  *
  39  * This notice and attribution to Taligent may not be removed.
  40  * Taligent is a registered trademark of Taligent, Inc.
  41  *
  42  */
  43 
  44 package sun.text.resources.cs;
  45 
  46 import sun.util.resources.ParallelListResourceBundle;
  47 
  48 public class FormatData_cs_CZ extends ParallelListResourceBundle {
  49     /**
  50      * Overrides ParallelListResourceBundle
  51      */
  52     protected final Object[][] getContents() {
  53         return new Object[][] {
  54             { "NumberPatterns",
  55                 new String[] {
  56                     "#,##0.##;-#,##0.##", // decimal pattern
  57                     "#,##0.## \u00A4;-#,##0.## \u00A4", // currency pattern
  58                     "#,##0%" // percent pattern
  59                 }
  60             },
  61         };
  62     }
  63 }


  24  */
  25 
  26 /*
  27  */
  28 
  29 /*
  30  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  31  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  32  *
  33  * The original version of this source code and documentation
  34  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  35  * subsidiary of IBM. These materials are provided under terms
  36  * of a License Agreement between Taligent and Sun. This technology
  37  * is protected by multiple US and International patents.
  38  *
  39  * This notice and attribution to Taligent may not be removed.
  40  * Taligent is a registered trademark of Taligent, Inc.
  41  *
  42  */
  43 
  44 package sun.text.resources.cs.CZ;
  45 
  46 import sun.util.resources.ParallelListResourceBundle;
  47 
  48 public class FormatData_cs_CZ extends ParallelListResourceBundle {
  49     /**
  50      * Overrides ParallelListResourceBundle
  51      */
  52     protected final Object[][] getContents() {
  53         return new Object[][] {
  54             { "NumberPatterns",
  55                 new String[] {
  56                     "#,##0.##;-#,##0.##", // decimal pattern
  57                     "#,##0.## \u00A4;-#,##0.## \u00A4", // currency pattern
  58                     "#,##0%" // percent pattern
  59                 }
  60             },
  61         };
  62     }
  63 }