public class ICUNumberer_de extends ICUNumbererPE
cyrillicLower, cyrillicUpper, greekLower, greekUpper, hebrew, hiraganaA, hiraganaI, katakanaA, katakanaI, latinLower, latinUpper, LOWER_CASE, TITLE_CASE, UPPER_CASE, westernDigits
Constructor and Description |
---|
ICUNumberer_de() |
Modifier and Type | Method and Description |
---|---|
void |
config(Locale locale,
String privateUseExtension,
Configuration config)
Configure an ICU numberer.
|
String |
postProcessOrdinal(String result,
String ordinalParam)
Replace trailing 'e' on German ordinals with the post-hyphen suffix, e.g.
|
availableOrdinalNumberings, availableSpelloutNumberings, dayName, defaultedLocale, getICUVersion, getLocales, getNumberer, getPreferences, monthName, ordinalSuffix, postProcess, realLocale, toOrdinalWords, toWords, toWords
alphaDefault, format, format, getCalendarName, getCountry, getEraName, getOrdinalSuffixForDateTime, halfDayName, setCountry, toAlpha, toAlphaSequence, toJapanese, toRoman
public void config(Locale locale, String privateUseExtension, Configuration config)
ICUNumbererPE
config
in class ICUNumbererPE
locale
- the locale to useprivateUseExtension
- the language code extension used to denote required numberingconfig
- the system Configurationpublic String postProcessOrdinal(String result, String ordinalParam)
postProcessOrdinal
in class ICUNumbererPE
result
- the raw result as delivered by ICUordinalParam
- the requested ordinal form, e.g. "-er" or "-es"Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.