Uses of Class
com.ibm.icu.impl.locale.BaseLocale
-
Packages that use BaseLocale Package Description com.ibm.icu.impl.locale com.ibm.icu.util -
-
Uses of BaseLocale in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale declared as BaseLocale Modifier and Type Field Description static BaseLocale
BaseLocale. ROOT
Methods in com.ibm.icu.impl.locale that return BaseLocale Modifier and Type Method Description protected BaseLocale
BaseLocale.Cache. createObject(BaseLocale.Key key)
BaseLocale
InternalLocaleBuilder. getBaseLocale()
static BaseLocale
BaseLocale. getInstance(java.lang.String language, java.lang.String script, java.lang.String region, java.lang.String variant)
Methods in com.ibm.icu.impl.locale with parameters of type BaseLocale Modifier and Type Method Description static LanguageTag
LanguageTag. parseLocale(BaseLocale baseLocale, LocaleExtensions localeExtensions)
InternalLocaleBuilder
InternalLocaleBuilder. setLocale(BaseLocale base, LocaleExtensions extensions)
-
Uses of BaseLocale in com.ibm.icu.util
Fields in com.ibm.icu.util declared as BaseLocale Modifier and Type Field Description private BaseLocale
ULocale. baseLocale
Cache the locale data container fields.Methods in com.ibm.icu.util that return BaseLocale Modifier and Type Method Description private BaseLocale
ULocale. base()
Methods in com.ibm.icu.util with parameters of type BaseLocale Modifier and Type Method Description private static ULocale
ULocale. getInstance(BaseLocale base, LocaleExtensions exts)
-