package libcore.icu; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public final class NativeCollation { // Constructors private NativeCollation(){ } // Methods public static int compare(int arg1, java.lang.String arg2, java.lang.String arg3){ return 0; } public static int next(int arg1){ return 0; } public static void reset(int arg1){ } public static int getOffset(int arg1){ return 0; } public static void setOffset(int arg1, int arg2){ } public static int previous(int arg1){ return 0; } public static int getAttribute(int arg1, int arg2){ return 0; } public static void setText(int arg1, java.lang.String arg2){ } public static java.lang.String getRules(int arg1){ return (java.lang.String) null; } public static void closeCollator(int arg1){ } public static int getCollationElementIterator(int arg1, java.lang.String arg2){ return 0; } public static byte [] getSortKey(int arg1, java.lang.String arg2){ return (byte []) null; } public static int openCollator(java.lang.String arg1){ return 0; } public static int openCollatorFromRules(java.lang.String arg1, int arg2, int arg3){ return 0; } public static int safeClone(int arg1){ return 0; } public static void setAttribute(int arg1, int arg2, int arg3){ } public static void closeElements(int arg1){ } public static int getMaxExpansion(int arg1, int arg2){ return 0; } }