1 /*
   2  * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  */
  28 
  29 /*
  30  * Copyright (c) 1998 International Business Machines.
  31  * All Rights Reserved.
  32  *
  33  */
  34 
  35 package sun.text.resources;
  36 
  37 import java.util.ListResourceBundle;
  38 
  39 public class CollationData_hi extends ListResourceBundle {
  40 
  41     protected final Object[][] getContents() {
  42         return new Object[][] {
  43           { "Rule", ""
  44                     + "< \u0901 < \u0902 < \u0903 < \u0905"
  45                     + "< \u0906 < \u0907 < \u0908 < \u0909"
  46                     + "< \u090a < \u090b < \u0960 < \u090e"
  47                     + "< \u090f < \u090c < \u0961 < \u0910"
  48                     + "< \u090d < \u0912 < \u0913 < \u0914"
  49                     + "< \u0911 < \u0915 < \u0958 < \u0916"
  50                     + "< \u0959 < \u0917 < \u095a < \u0918"
  51                     + "< \u0919 < \u091a < \u091b < \u091c"
  52                     + "< \u095b < \u091d < \u091e < \u091f"
  53                     + "< \u0920 < \u0921 < \u095c < \u0922"
  54                     + "< \u095d < \u0923 < \u0924 < \u0925"
  55                     + "< \u0926 < \u0927 < \u0928 < \u0929"
  56                     + "< \u092a < \u092b < \u095e < \u092c"
  57                     + "< \u092d < \u092e < \u092f < \u095f"
  58                     + "< \u0930 < \u0931 < \u0932 < \u0933"
  59                     + "< \u0934 < \u0935 < \u0936 < \u0937"
  60                     + "< \u0938 < \u0939 < \u093e < \u093f"
  61                     + "< \u0940 < \u0941 < \u0942 < \u0943"
  62                     + "< \u0944 < \u0946 < \u0947 < \u0948"
  63                     + "< \u0945 < \u094a < \u094b < \u094c"
  64                     + "< \u0949 < \u094d < \u093c < \u093d"
  65                     + "< \u0950 < \u0951 < \u0952 < \u0953"
  66                     + "< \u0954 < \u0962 < \u0963 < \u0964"
  67                     + "< \u0965 < \u0966 < \u0967 < \u0968"
  68                     + "< \u0969 < \u096a < \u096b < \u096c"
  69                     + "< \u096d < \u096e < \u096f < \u0970"
  70             },
  71         };
  72     }
  73 }