Uses of Class
com.ibm.icu.impl.locale.LanguageTag
-
Packages that use LanguageTag Package Description com.ibm.icu.impl.locale -
-
Uses of LanguageTag in com.ibm.icu.impl.locale
Methods in com.ibm.icu.impl.locale that return LanguageTag Modifier and Type Method Description static LanguageTag
LanguageTag. parse(java.lang.String languageTag, ParseStatus sts)
See BCP 47 “Tags for Identifying Languages”: https://www.rfc-editor.org/info/bcp47 --> https://www.rfc-editor.org/rfc/rfc5646.html#section-2.1static LanguageTag
LanguageTag. parseLocale(BaseLocale baseLocale, LocaleExtensions localeExtensions)
Methods in com.ibm.icu.impl.locale with parameters of type LanguageTag Modifier and Type Method Description InternalLocaleBuilder
InternalLocaleBuilder. setLanguageTag(LanguageTag langtag)
-