blob: 6a5bf61687debcb5e8d34418f2847c54c7e2f14d [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) 2009-2016, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class NumberingSystem {
public NumberingSystem() { throw new RuntimeException("Stub!"); }
public static android.icu.text.NumberingSystem getInstance(int radix_in, boolean isAlgorithmic_in, java.lang.String desc_in) { throw new RuntimeException("Stub!"); }
public static android.icu.text.NumberingSystem getInstance(java.util.Locale inLocale) { throw new RuntimeException("Stub!"); }
public static android.icu.text.NumberingSystem getInstance(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public static android.icu.text.NumberingSystem getInstance() { throw new RuntimeException("Stub!"); }
public static android.icu.text.NumberingSystem getInstanceByName(java.lang.String name) { throw new RuntimeException("Stub!"); }
public static java.lang.String[] getAvailableNames() { throw new RuntimeException("Stub!"); }
public static boolean isValidDigitString(java.lang.String str) { throw new RuntimeException("Stub!"); }
public int getRadix() { throw new RuntimeException("Stub!"); }
public java.lang.String getDescription() { throw new RuntimeException("Stub!"); }
public java.lang.String getName() { throw new RuntimeException("Stub!"); }
public boolean isAlgorithmic() { throw new RuntimeException("Stub!"); }
public static final android.icu.text.NumberingSystem LATIN;
static { LATIN = null; }
}