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 TNumberFormatTNumberFormat.getCurrencyInstance(TLocale locale) static TDateFormatTDateFormat.getDateInstance(int style, TLocale locale) static StringTDateFormat.getDateTimeFormatString(int style, TLocale locale) static TDateFormatTDateFormat.getDateTimeInstance(int dateStyle, int timeStyle, TLocale locale) static TDateFormatSymbolsTDateFormatSymbols.getInstance(TLocale locale) static final TDecimalFormatSymbolsTDecimalFormatSymbols.getInstance(TLocale locale) static TNumberFormatTNumberFormat.getInstance(TLocale locale) static TNumberFormatTNumberFormat.getIntegerInstance(TLocale locale) static TNumberFormatTNumberFormat.getNumberInstance(TLocale locale) static TNumberFormatTNumberFormat.getPercentInstance(TLocale locale) static TDateFormatTDateFormat.getTimeInstance(int style, TLocale locale) voidvoidConstructors 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 final TLocaleTLocale.CANADAstatic final TLocaleTLocale.CANADA_FRENCHstatic final TLocaleTLocale.CHINAstatic final TLocaleTLocale.CHINESEstatic final TLocaleTLocale.ENGLISHstatic final TLocaleTLocale.FRANCEstatic final TLocaleTLocale.FRENCHstatic final TLocaleTLocale.GERMANstatic final TLocaleTLocale.GERMANYstatic final TLocaleTLocale.ITALIANstatic final TLocaleTLocale.ITALYstatic final TLocaleTLocale.JAPANstatic final TLocaleTLocale.JAPANESEstatic final TLocaleTLocale.KOREAstatic final TLocaleTLocale.KOREANstatic final TLocaleTLocale.PRCstatic final TLocaleTLocale.ROOTstatic final TLocaleTLocale.SIMPLIFIED_CHINESEstatic final TLocaleTLocale.TAIWANstatic final TLocaleTLocale.TRADITIONAL_CHINESEstatic final TLocaleTLocale.UKstatic final TLocaleTLocale.USMethods in org.teavm.classlib.java.util that return TLocaleModifier and TypeMethodDescriptionstatic TLocale[]TCalendar.getAvailableLocales()static TLocale[]TLocale.getAvailableLocales()static TLocaleTLocale.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 (LONGorSHORT) for thisTimeZonefor the specifiedLocalein either standard or daylight time as specified.final StringTTimeZone.getDisplayName(TLocale locale) Gets the LONG name for thisTimeZonefor the specifiedLocalein standard time.TLocale.getDisplayVariant(TLocale locale) static TCalendarTCalendar.getInstance(TLocale locale) static TCalendarTCalendar.getInstance(TTimeZone zone, TLocale locale) static TCurrencyTCurrency.getInstance(TLocale locale) static voidTLocale.setDefault(TLocale locale) Constructors in org.teavm.classlib.java.util with parameters of type TLocaleModifierConstructorDescriptionprotectedTGregorianCalendar(TLocale locale) TGregorianCalendar(TTimeZone timezone, TLocale locale)