Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
static CurrencyDisplayNames |
CurrencyDisplayNames.getInstance(Locale locale)
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
|
static CurrencyDisplayNames |
CurrencyDisplayNames.getInstance(Locale locale,
boolean noSubstitute)
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
|
static CurrencyDisplayNames |
CurrencyDisplayNames.getInstance(ULocale locale)
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
|
static CurrencyDisplayNames |
CurrencyDisplayNames.getInstance(ULocale locale,
boolean noSubstitute)
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
|
Copyright © 2016 Unicode, Inc. and others.