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
239 * previously-registered factories.</p>
364 * ICUService will notifiy this listener when factories are added to
482 * previously-registered factories to handle the ones it does not
485 * <p>ICUService uses ICUServiceKeys to query factories and perform
504 * to receive notification when factories are added or removed from
514 * of the objects returned from get, to limit the factories that can
539 * All the factories registered with this service.
541 UVector* factories;
644 * of a previous getKey call, to determine what previously-registered factories would
734 * IDs for this service. This set will not change as factories
796 * all registered factories. In case of an error, the factory is
801 * <p>The default implementation accepts all factories.</p>
826 * </p>Reset the service to the default factories. The factory
837 * factories registered.</p>
846 * to the factories they accept.</p>
857 * This is public so factories can call it, but should really be protected.</p>
959 * <p>Return a map from visible IDs to factories.
964 * IDs to factories.
976 * <p>Return the number of registered factories.</p>
978 * @return the number of factories registered at the time of the call.