src/jdk.localedata/share/classes/sun/text/resources/zh/HK/CollationData_zh_HK.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.zh;
  45 
  46 import java.util.ListResourceBundle;
  47 import java.util.Locale;
  48 import java.util.ResourceBundle;
  49 import sun.util.locale.provider.LocaleProviderAdapter;
  50 import sun.util.locale.provider.ResourceBundleBasedAdapter;
  51 
  52 public class CollationData_zh_HK extends ListResourceBundle {
  53 
  54     // reparent to zh_TW for traditional Chinese collation sequence
  55     public CollationData_zh_HK() {
  56         ResourceBundle bundle = ((ResourceBundleBasedAdapter)LocaleProviderAdapter.forJRE()).getLocaleData().getCollationData(Locale.TAIWAN);
  57         setParent(bundle);
  58     }
  59 
  60     @Override
  61     protected final Object[][] getContents() {
  62         return new Object[][] {};
  63 }
  64 }


  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.zh.HK;
  45 
  46 import java.util.ListResourceBundle;
  47 import java.util.Locale;
  48 import java.util.ResourceBundle;
  49 import sun.util.locale.provider.LocaleProviderAdapter;
  50 import sun.util.locale.provider.ResourceBundleBasedAdapter;
  51 
  52 public class CollationData_zh_HK extends ListResourceBundle {
  53 
  54     // reparent to zh_TW for traditional Chinese collation sequence
  55     public CollationData_zh_HK() {
  56         ResourceBundle bundle = ((ResourceBundleBasedAdapter)LocaleProviderAdapter.forJRE()).getLocaleData().getCollationData(Locale.TAIWAN);
  57         setParent(bundle);
  58     }
  59 
  60     @Override
  61     protected final Object[][] getContents() {
  62         return new Object[][] {};
  63 }
  64 }