Package org.teavm.classlib.impl.unicode
Class CLDRHelper
java.lang.Object
org.teavm.classlib.impl.unicode.CLDRHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceArray<StringResource>static Stringstatic ResourceMap<ResourceMap<StringResource>>static StringResourcestatic ResourceMap<IntResource>static ResourceMap<ResourceMap<StringResource>>static StringgetLikelySubtags(String localeCode) static ResourceMap<IntResource>static ResourceMap<TimeZoneLocalization>static StringgetTimeZoneName(String language, String country, String id) static String[]resolveAmPm(String language, String country) static StringresolveCountry(String language, String country) static CurrencyLocalizationresolveCurrency(String language, String country, String currency) static StringresolveCurrencyFormat(String language, String country) static DateFormatCollectionresolveDateFormats(String language, String country) static DateFormatCollectionresolveDateTimeFormats(String language, String country) static DecimalDataresolveDecimalData(String language, String country) static String[]resolveEras(String language, String country) static String[]resolveMonths(String language, String country) static StringresolveNumberFormat(String language, String country) static StringresolvePercentFormat(String language, String country) static String[]resolveShortMonths(String language, String country) static String[]resolveShortWeekdays(String language, String country) static DateFormatCollectionresolveTimeFormats(String language, String country) static String[]resolveWeekdays(String language, String country)
-
Method Details
-
getCode
-
getLikelySubtags
-
resolveCountry
-
resolveEras
-
resolveAmPm
-
resolveMonths
-
resolveShortMonths
-
resolveWeekdays
-
resolveShortWeekdays
-
getTimeZoneName
-
getTimeZoneLocalizationMap
-
getLanguagesMap
-
getCountriesMap
-
getDefaultLocale
-
getAvailableLocales
-
getMinimalDaysInFirstWeek
-
getFirstDayOfWeek
-
resolveDateFormats
-
resolveTimeFormats
-
resolveDateTimeFormats
-
resolveNumberFormat
-
resolvePercentFormat
-
resolveCurrencyFormat
-
resolveDecimalData
-
resolveCurrency
public static CurrencyLocalization resolveCurrency(String language, String country, String currency)
-