Uses of Class
com.ibm.icu.impl.UResource.Sink
-
Packages that use UResource.Sink Package Description com.ibm.icu.impl com.ibm.icu.impl.number com.ibm.icu.impl.number.range com.ibm.icu.impl.units com.ibm.icu.number com.ibm.icu.text com.ibm.icu.util -
-
Uses of UResource.Sink in com.ibm.icu.impl
Subclasses of UResource.Sink in com.ibm.icu.impl Modifier and Type Class Description private static class
CalendarUtil.CalendarPreferences
private static class
DayPeriodRules.DayPeriodRulesCountSink
private static class
DayPeriodRules.DayPeriodRulesDataSink
private static class
ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.CurrencySink
private static class
ICUResourceBundle.AvailableLocalesSink
private class
LocaleDisplayNamesImpl.CapitalizationContextSink
private class
RelativeDateFormat.RelDateFmtDataSink
(package private) static class
StaticUnicodeSets.ParseDataSink
private static class
TimeZoneNamesImpl.ZNamesLoader
private class
TimeZoneNamesImpl.ZoneStringsLoader
Loads all meta zone and time zone names for this TimeZoneNames' locale.Methods in com.ibm.icu.impl with parameters of type UResource.Sink Modifier and Type Method Description void
ICUResourceBundle. getAllChildrenWithFallback(java.lang.String path, UResource.Sink sink)
Locates the resource specified bypath
in this resource bundle (performing any necessary fallback and following any aliases) and, if the resource is a table resource, iterates over its immediate child resources (again, following any aliases to get the individual resource values), and calls the specifiedsink
'sput()
method for each child resource (passing it that resource's key and either its actual value or, if that value is an alias, the value you get by following the alias).private void
ICUResourceBundle. getAllItemsWithFallback(UResource.Key key, ICUResourceBundleReader.ReaderValue readerValue, UResource.Sink sink, UResourceBundle requested)
void
ICUResourceBundle. getAllItemsWithFallback(java.lang.String path, UResource.Sink sink)
Locates the resource specified bypath
in this resource bundle (performing any necessary fallback and following any aliases) and calls the specifiedsink
'sput()
method with that resource.void
ICUResourceBundle. getAllItemsWithFallbackNoFail(java.lang.String path, UResource.Sink sink)
-
Uses of UResource.Sink in com.ibm.icu.impl.number
Subclasses of UResource.Sink in com.ibm.icu.impl.number Modifier and Type Class Description private static class
CompactData.CompactDataSink
private static class
LongNameHandler.AliasSink
private static class
LongNameHandler.InflectedPluralSink
private static class
LongNameHandler.PluralTableSink
-
Uses of UResource.Sink in com.ibm.icu.impl.number.range
Subclasses of UResource.Sink in com.ibm.icu.impl.number.range Modifier and Type Class Description private static class
StandardPluralRanges.PluralRangesDataSink
private static class
StandardPluralRanges.PluralRangeSetsDataSink
-
Uses of UResource.Sink in com.ibm.icu.impl.units
Subclasses of UResource.Sink in com.ibm.icu.impl.units Modifier and Type Class Description static class
ConversionRates.ConversionRatesSink
static class
UnitPreferences.UnitPreferencesSink
static class
UnitsData.CategoriesSink
A Resource Sink that collects information fromunitQuantities
in theunits
resource to provide key->value lookups from base unit to category, as well as preserving ordering information for these categories.static class
UnitsData.SimpleUnitIdentifiersSink
-
Uses of UResource.Sink in com.ibm.icu.number
Subclasses of UResource.Sink in com.ibm.icu.number Modifier and Type Class Description private static class
NumberRangeFormatterImpl.NumberRangeDataSink
-
Uses of UResource.Sink in com.ibm.icu.text
Subclasses of UResource.Sink in com.ibm.icu.text Modifier and Type Class Description private static class
Collator.KeywordsSink
private static class
DateFormatSymbols.CalendarDataSink
Sink to enumerate the calendar dataprivate static class
DateIntervalInfo.DateIntervalSink
Sink for enumerating all of the date interval skeletons.private class
DateTimePatternGenerator.AppendItemFormatsSink
private class
DateTimePatternGenerator.AppendItemNamesSink
private class
DateTimePatternGenerator.AvailableFormatsSink
private static class
DateTimePatternGenerator.DayPeriodAllowedHoursSink
private static class
DecimalFormatSymbols.DecFmtDataSink
Sink for enumerating all of the decimal format symbols (more specifically, anything under the "NumberElements.symbols" tree).private static class
RelativeDateTimeFormatter.RelDateTimeDataSink
Sink for enumerating all of the relative data time formatter names.private static class
TimeUnitFormat.TimeUnitFormatSetupSink
Deprecated. -
Uses of UResource.Sink in com.ibm.icu.util
Subclasses of UResource.Sink in com.ibm.icu.util Modifier and Type Class Description private static class
MeasureUnit.CurrencyNumericCodeSink
Sink for enumerating the currency numeric codes.private static class
MeasureUnit.MeasureUnitSink
Sink for enumerating the available measure units.
-