blob: 321e4cbe143ed1dffdce7cef0b1be27833521cb1 [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,
* Google, Inc. and others. All Rights Reserved.
**************************************************************************************
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class LocaleData {
private LocaleData() { throw new RuntimeException("Stub!"); }
public static android.icu.util.LocaleData getInstance(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public static android.icu.util.LocaleData getInstance() { throw new RuntimeException("Stub!"); }
public void setNoSubstitute(boolean setting) { throw new RuntimeException("Stub!"); }
public boolean getNoSubstitute() { throw new RuntimeException("Stub!"); }
public java.lang.String getDelimiter(int type) { throw new RuntimeException("Stub!"); }
public static android.icu.util.LocaleData.MeasurementSystem getMeasurementSystem(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public static android.icu.util.LocaleData.PaperSize getPaperSize(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public static android.icu.util.VersionInfo getCLDRVersion() { throw new RuntimeException("Stub!"); }
public static final int ALT_QUOTATION_END = 3; // 0x3
public static final int ALT_QUOTATION_START = 2; // 0x2
public static final int QUOTATION_END = 1; // 0x1
public static final int QUOTATION_START = 0; // 0x0
@SuppressWarnings({"unchecked", "deprecation", "all"})
public static final class MeasurementSystem {
private MeasurementSystem() { throw new RuntimeException("Stub!"); }
public static final android.icu.util.LocaleData.MeasurementSystem SI;
static { SI = null; }
public static final android.icu.util.LocaleData.MeasurementSystem UK;
static { UK = null; }
public static final android.icu.util.LocaleData.MeasurementSystem US;
static { US = null; }
}
@SuppressWarnings({"unchecked", "deprecation", "all"})
public static final class PaperSize {
private PaperSize() { throw new RuntimeException("Stub!"); }
public int getHeight() { throw new RuntimeException("Stub!"); }
public int getWidth() { throw new RuntimeException("Stub!"); }
}
}