Uses of Class
org.teavm.classlib.java.util.TLocale
Packages that use TLocale
Package
Description
-
Uses of TLocale in org.teavm.classlib.java.lang
Methods in org.teavm.classlib.java.lang with parameters of type TLocaleModifier and TypeMethodDescriptionTString.toLowerCase(TLocale locale)
TString.toUpperCase(TLocale locale)
-
Uses of TLocale in org.teavm.classlib.java.text
Methods in org.teavm.classlib.java.text that return TLocaleModifier and TypeMethodDescriptionstatic TLocale[]
TDateFormat.getAvailableLocales()
static TLocale[]
TDecimalFormatSymbols.getAvailableLocales()
static TLocale[]
TNumberFormat.getAvailableLocales()
TDecimalFormatSymbols.getLocale()
TMessageFormat.getLocale()
Methods in org.teavm.classlib.java.text with parameters of type TLocaleModifier and TypeMethodDescriptionstatic 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 TDateFormatSymbols
TDateFormatSymbols.getInstance(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
void
Constructors in org.teavm.classlib.java.text with parameters of type TLocaleModifierConstructorDescriptionTDateFormatSymbols(TLocale locale)
TDecimalFormatSymbols(TLocale locale)
TMessageFormat(String template, TLocale locale)
TSimpleDateFormat(String pattern, TLocale locale)
-
Uses of TLocale in org.teavm.classlib.java.util
Fields in org.teavm.classlib.java.util declared as TLocaleModifier and TypeFieldDescriptionstatic 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
Methods in org.teavm.classlib.java.util that return TLocaleModifier and TypeMethodDescriptionstatic TLocale[]
TCalendar.getAvailableLocales()
static TLocale[]
TLocale.getAvailableLocales()
static TLocale
TLocale.getDefault()
Methods in org.teavm.classlib.java.util with parameters of type TLocaleModifier and TypeMethodDescriptionTLocale.getDisplayCountry(TLocale locale)
TLocale.getDisplayLanguage(TLocale locale)
TCurrency.getDisplayName(TLocale locale)
TLocale.getDisplayName(TLocale locale)
TTimeZone.getDisplayName(boolean daylightTime, int style, TLocale locale)
Gets the specified style of name (LONG
orSHORT
) for thisTimeZone
for the specifiedLocale
in either standard or daylight time as specified.TTimeZone.getDisplayName(TLocale locale)
Gets the LONG name for thisTimeZone
for the specifiedLocale
in standard time.TLocale.getDisplayVariant(TLocale locale)
static TCalendar
TCalendar.getInstance(TLocale locale)
static TCalendar
TCalendar.getInstance(TTimeZone zone, TLocale locale)
static TCurrency
TCurrency.getInstance(TLocale locale)
static void
TLocale.setDefault(TLocale locale)
Constructors in org.teavm.classlib.java.util with parameters of type TLocaleModifierConstructorDescriptionprotected
TGregorianCalendar(TLocale locale)
TGregorianCalendar(TTimeZone timezone, TLocale locale)