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, toWordsalphaDefault, convertDigitSystem, format, format, getCalendarName, getCountry, getEraName, getOrdinalSuffixForDateTime, halfDayName, setCountry, toAlpha, toAlphaSequence, toJapanese, toRomanpublic void config(java.util.Locale locale,
java.lang.String privateUseExtension,
Configuration config)
ICUNumbererPEconfig in class ICUNumbererPElocale - 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 ICUNumbererPEresult - 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.