src/jdk.localedata/share/classes/sun/text/resources/de/CH/FormatData_de_CH.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.de;
  45 
  46 import sun.util.resources.ParallelListResourceBundle;
  47 
  48 public class FormatData_de_CH 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                     "\u00A4 #,##0.00;\u00A4-#,##0.00", // currency pattern
  58                     "#,##0 %" // percent pattern
  59                 }
  60             },
  61             { "NumberElements",
  62                 new String[] {
  63                     ".", // decimal separator
  64                     "'", // group (thousands) separator


  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.de.CH;
  45 
  46 import sun.util.resources.ParallelListResourceBundle;
  47 
  48 public class FormatData_de_CH 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                     "\u00A4 #,##0.00;\u00A4-#,##0.00", // currency pattern
  58                     "#,##0 %" // percent pattern
  59                 }
  60             },
  61             { "NumberElements",
  62                 new String[] {
  63                     ".", // decimal separator
  64                     "'", // group (thousands) separator