|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.icu.util.LocaleData
A class for accessing miscelleneous data in the locale bundles
Nested Class Summary | |
static class |
LocaleData.MeasurementSystem
Deprecated. This is a draft API and might change in a future release of ICU. |
static class |
LocaleData.PaperSize
Deprecated. This is a draft API and might change in a future release of ICU. |
Method Summary | |
static UnicodeSet |
getExemplarSet(ULocale locale,
int options)
Deprecated. This is a draft API and might change in a future release of ICU. |
static LocaleData.MeasurementSystem |
getMeasurementSystem(ULocale locale)
Deprecated. This is a draft API and might change in a future release of ICU. |
static LocaleData.PaperSize |
getPaperSize(ULocale locale)
Deprecated. This is a draft API and might change in a future release of ICU. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static UnicodeSet getExemplarSet(ULocale locale, int options)
locale
- Locale for which the exemplar character set
is to be retrieved.options
- Bitmask for options to apply to the exemplar pattern.
Specify zero to retrieve the exemplar set as it is
defined in the locale data. Specify
UnicodeSet.CASE to retrieve a case-folded exemplar
set. See UnicodeSet.applyPattern(String,
int)
for a complete list of valid options. The
IGNORE_SPACE bit is always set, regardless of the
value of 'options'.
public static final LocaleData.MeasurementSystem getMeasurementSystem(ULocale locale)
locale
- The locale for which the measurement system to be retrieved.
public static final LocaleData.PaperSize getPaperSize(ULocale locale)
locale
- The locale for which the measurement system to be retrieved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |