Home | History | Annotate | Download | only in text

Lines Matching defs:sink

735      * Sink for enumerating all of the measurement unit display names.
736 * Contains inner sink classes, each one corresponding to a type of resource table.
737 * The outer sink handles the top-level units, unitsNarrow, and unitsShort tables.
742 * C++: Each inner sink class has a reference to the main outer sink.
745 private static final class UnitDataSink extends UResource.Sink {
923 // Main entry point to sink
954 UnitDataSink sink = new UnitDataSink(cacheData);
955 resource.getAllItemsWithFallback("", sink);