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(java.util.Locale locale,
java.lang.String privateUseExtension,
Configuration config)
Configure an ICU numberer.
|
java.lang.String |
postProcessOrdinal(java.lang.String result,
java.lang.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, convertDigitSystem, format, format, getCalendarName, getCountry, getEraName, getOrdinalSuffixForDateTime, halfDayName, setCountry, toAlpha, toAlphaSequence, toJapanese, toRoman
public void config(java.util.Locale locale, java.lang.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 java.lang.String postProcessOrdinal(java.lang.String result, java.lang.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-2018 Saxonica Limited. All rights reserved.