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 String
static ResourceMap<ResourceMap<StringResource>>
static StringResource
static ResourceMap<IntResource>
static ResourceMap<ResourceMap<StringResource>>
static String
getLikelySubtags(String localeCode)
static ResourceMap<IntResource>
static ResourceMap<TimeZoneLocalization>
static String
getTimeZoneName(String language, String country, String id)
static String[]
resolveAmPm(String language, String country)
static String
resolveCountry(String language, String country)
static CurrencyLocalization
resolveCurrency(String language, String country, String currency)
static String
resolveCurrencyFormat(String language, String country)
static DateFormatCollection
resolveDateFormats(String language, String country)
static DateFormatCollection
resolveDateTimeFormats(String language, String country)
static DecimalData
resolveDecimalData(String language, String country)
static String[]
resolveEras(String language, String country)
static String[]
resolveMonths(String language, String country)
static String
resolveNumberFormat(String language, String country)
static String
resolvePercentFormat(String language, String country)
static String[]
resolveShortMonths(String language, String country)
static String[]
resolveShortWeekdays(String language, String country)
static DateFormatCollection
resolveTimeFormats(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)
-