blob: 95e98820f543786f56105b89fabc19cc620c79b2 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 1996-2016, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class StringSearch extends android.icu.text.SearchIterator {
public StringSearch(java.lang.String pattern, java.text.CharacterIterator target, android.icu.text.RuleBasedCollator collator, android.icu.text.BreakIterator breakiter) { super(null, null); throw new RuntimeException("Stub!"); }
public StringSearch(java.lang.String pattern, java.text.CharacterIterator target, android.icu.text.RuleBasedCollator collator) { super(null, null); throw new RuntimeException("Stub!"); }
public StringSearch(java.lang.String pattern, java.text.CharacterIterator target, java.util.Locale locale) { super(null, null); throw new RuntimeException("Stub!"); }
public StringSearch(java.lang.String pattern, java.text.CharacterIterator target, android.icu.util.ULocale locale) { super(null, null); throw new RuntimeException("Stub!"); }
public StringSearch(java.lang.String pattern, java.lang.String target) { super(null, null); throw new RuntimeException("Stub!"); }
public android.icu.text.RuleBasedCollator getCollator() { throw new RuntimeException("Stub!"); }
public void setCollator(android.icu.text.RuleBasedCollator collator) { throw new RuntimeException("Stub!"); }
public java.lang.String getPattern() { throw new RuntimeException("Stub!"); }
public void setPattern(java.lang.String pattern) { throw new RuntimeException("Stub!"); }
public boolean isCanonical() { throw new RuntimeException("Stub!"); }
public void setCanonical(boolean allowCanonical) { throw new RuntimeException("Stub!"); }
public void setTarget(java.text.CharacterIterator text) { throw new RuntimeException("Stub!"); }
public int getIndex() { throw new RuntimeException("Stub!"); }
public void setIndex(int position) { throw new RuntimeException("Stub!"); }
public void reset() { throw new RuntimeException("Stub!"); }
protected int handleNext(int position) { throw new RuntimeException("Stub!"); }
protected int handlePrevious(int position) { throw new RuntimeException("Stub!"); }
}