0N/A/*
2362N/A * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A *
0N/A * This code is free software; you can redistribute it and/or modify it
0N/A * under the terms of the GNU General Public License version 2 only, as
2362N/A * published by the Free Software Foundation. Oracle designates this
0N/A * particular file as subject to the "Classpath" exception as provided
2362N/A * by Oracle in the LICENSE file that accompanied this code.
0N/A *
0N/A * This code is distributed in the hope that it will be useful, but WITHOUT
0N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A * version 2 for more details (a copy is included in the LICENSE file that
0N/A * accompanied this code).
0N/A *
0N/A * You should have received a copy of the GNU General Public License version
0N/A * 2 along with this work; if not, write to the Free Software Foundation,
0N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A *
2362N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A * or visit www.oracle.com if you need additional information or have any
2362N/A * questions.
0N/A */
0N/A
0N/A/*
0N/A */
0N/A
0N/A/*
0N/A * Copyright (c) 1998 International Business Machines.
0N/A * All Rights Reserved.
0N/A *
0N/A */
0N/A
0N/Apackage sun.text.resources;
0N/A
0N/Aimport java.util.ListResourceBundle;
0N/A
0N/Apublic class CollationData_hi extends ListResourceBundle {
0N/A
0N/A protected final Object[][] getContents() {
0N/A return new Object[][] {
0N/A { "Rule", ""
0N/A + "< \u0901 < \u0902 < \u0903 < \u0905"
0N/A + "< \u0906 < \u0907 < \u0908 < \u0909"
0N/A + "< \u090a < \u090b < \u0960 < \u090e"
0N/A + "< \u090f < \u090c < \u0961 < \u0910"
0N/A + "< \u090d < \u0912 < \u0913 < \u0914"
0N/A + "< \u0911 < \u0915 < \u0958 < \u0916"
0N/A + "< \u0959 < \u0917 < \u095a < \u0918"
0N/A + "< \u0919 < \u091a < \u091b < \u091c"
0N/A + "< \u095b < \u091d < \u091e < \u091f"
0N/A + "< \u0920 < \u0921 < \u095c < \u0922"
0N/A + "< \u095d < \u0923 < \u0924 < \u0925"
0N/A + "< \u0926 < \u0927 < \u0928 < \u0929"
0N/A + "< \u092a < \u092b < \u095e < \u092c"
0N/A + "< \u092d < \u092e < \u092f < \u095f"
0N/A + "< \u0930 < \u0931 < \u0932 < \u0933"
0N/A + "< \u0934 < \u0935 < \u0936 < \u0937"
0N/A + "< \u0938 < \u0939 < \u093e < \u093f"
0N/A + "< \u0940 < \u0941 < \u0942 < \u0943"
0N/A + "< \u0944 < \u0946 < \u0947 < \u0948"
0N/A + "< \u0945 < \u094a < \u094b < \u094c"
0N/A + "< \u0949 < \u094d < \u093c < \u093d"
0N/A + "< \u0950 < \u0951 < \u0952 < \u0953"
0N/A + "< \u0954 < \u0962 < \u0963 < \u0964"
0N/A + "< \u0965 < \u0966 < \u0967 < \u0968"
0N/A + "< \u0969 < \u096a < \u096b < \u096c"
0N/A + "< \u096d < \u096e < \u096f < \u0970"
0N/A },
0N/A };
0N/A }
0N/A}