Package | Description |
---|---|
org.teavm.classlib.java.lang | |
org.teavm.classlib.java.text | |
org.teavm.classlib.java.util |
Modifier and Type | Method and Description |
---|---|
TString |
TString.toLowerCase(TLocale locale) |
TString |
TString.toUpperCase(TLocale locale) |
Modifier and Type | Method and Description |
---|---|
static TLocale[] |
TDecimalFormatSymbols.getAvailableLocales() |
static TLocale[] |
TDateFormat.getAvailableLocales() |
static TLocale[] |
TNumberFormat.getAvailableLocales() |
TLocale |
TDecimalFormatSymbols.getLocale() |
TLocale |
TMessageFormat.getLocale() |
Modifier and Type | Method and Description |
---|---|
static TNumberFormat |
TNumberFormat.getCurrencyInstance(TLocale locale) |
static TDateFormat |
TDateFormat.getDateInstance(int style,
TLocale locale) |
static String |
TDateFormat.getDateTimeFormatString(int style,
TLocale locale) |
static TDateFormat |
TDateFormat.getDateTimeInstance(int dateStyle,
int timeStyle,
TLocale locale) |
static TDecimalFormatSymbols |
TDecimalFormatSymbols.getInstance(TLocale locale) |
static TNumberFormat |
TNumberFormat.getInstance(TLocale locale) |
static TNumberFormat |
TNumberFormat.getIntegerInstance(TLocale locale) |
static TNumberFormat |
TNumberFormat.getNumberInstance(TLocale locale) |
static TNumberFormat |
TNumberFormat.getPercentInstance(TLocale locale) |
static TDateFormat |
TDateFormat.getTimeInstance(int style,
TLocale locale) |
void |
TDecimalFormatSymbols.setLocale(TLocale locale) |
void |
TMessageFormat.setLocale(TLocale locale) |
Constructor and Description |
---|
TDateFormatSymbols(TLocale locale) |
TDecimalFormatSymbols(TLocale locale) |
TMessageFormat(String template,
TLocale locale) |
TSimpleDateFormat(String pattern,
TLocale locale) |
Modifier and Type | Field and Description |
---|---|
static TLocale |
TLocale.CANADA |
static TLocale |
TLocale.CANADA_FRENCH |
static TLocale |
TLocale.CHINA |
static TLocale |
TLocale.CHINESE |
static TLocale |
TLocale.ENGLISH |
static TLocale |
TLocale.FRANCE |
static TLocale |
TLocale.FRENCH |
static TLocale |
TLocale.GERMAN |
static TLocale |
TLocale.GERMANY |
static TLocale |
TLocale.ITALIAN |
static TLocale |
TLocale.ITALY |
static TLocale |
TLocale.JAPAN |
static TLocale |
TLocale.JAPANESE |
static TLocale |
TLocale.KOREA |
static TLocale |
TLocale.KOREAN |
static TLocale |
TLocale.PRC |
static TLocale |
TLocale.ROOT |
static TLocale |
TLocale.SIMPLIFIED_CHINESE |
static TLocale |
TLocale.TAIWAN |
static TLocale |
TLocale.TRADITIONAL_CHINESE |
static TLocale |
TLocale.UK |
static TLocale |
TLocale.US |
Modifier and Type | Method and Description |
---|---|
static TLocale[] |
TCalendar.getAvailableLocales() |
static TLocale[] |
TLocale.getAvailableLocales() |
static TLocale |
TLocale.getDefault() |
Modifier and Type | Method and Description |
---|---|
String |
TLocale.getDisplayCountry(TLocale locale) |
String |
TLocale.getDisplayLanguage(TLocale locale) |
String |
TTimeZone.getDisplayName(boolean daylightTime,
int style,
TLocale locale)
Gets the specified style of name (
LONG or SHORT ) for this TimeZone for
the specified Locale in either standard or daylight time as specified. |
String |
TCurrency.getDisplayName(TLocale locale) |
String |
TLocale.getDisplayName(TLocale locale) |
String |
TTimeZone.getDisplayName(TLocale locale)
Gets the LONG name for this
TimeZone for the specified Locale in standard
time. |
String |
TLocale.getDisplayVariant(TLocale locale) |
static TCurrency |
TCurrency.getInstance(TLocale locale) |
static TCalendar |
TCalendar.getInstance(TLocale locale) |
static TCalendar |
TCalendar.getInstance(TTimeZone zone,
TLocale locale) |
String |
TCurrency.getSymbol(TLocale locale) |
static void |
TLocale.setDefault(TLocale locale) |
Constructor and Description |
---|
TCalendar(TTimeZone timezone,
TLocale locale) |
TGregorianCalendar(TLocale locale) |
TGregorianCalendar(TTimeZone timezone,
TLocale locale) |
Copyright © 2019. All rights reserved.