Home | History | Annotate | Download | only in common

Lines Matching refs:factories

52  * <p>ICUServiceKeys are used to communicate with factories to
55 * descriptor to use in querying the cache and factories, and
60 * and the currentID. Factories that handle complex keys,
61 * for example number format factories that generate multiple
238 * previously-registered factories.</p>
363 * ICUService will notifiy this listener when factories are added to
479 * previously-registered factories to handle the ones it does not
482 * <p>ICUService uses ICUServiceKeys to query factories and perform
501 * to receive notification when factories are added or removed from
511 * of the objects returned from get, to limit the factories that can
541 * All the factories registered with this service.
543 UVector* factories;
646 * of a previous getKey call, to determine what previously-registered factories would
736 * IDs for this service. This set will not change as factories
798 * all registered factories. In case of an error, the factory is
803 * <p>The default implementation accepts all factories.</p>
828 * </p>Reset the service to the default factories. The factory
839 * factories registered.</p>
848 * to the factories they accept.</p>
859 * This is public so factories can call it, but should really be protected.</p>
961 * <p>Return a map from visible IDs to factories.
966 * IDs to factories.
978 * <p>Return the number of registered factories.</p>
980 * @return the number of factories registered at the time of the call.