Home | History | Annotate | Download | only in unicode

Lines Matching refs:Factory

207  * <p><b>Factory methods and registration</b>
209 * <p>In general, client code should use the factory method
263 * A context integer or pointer for a factory function, passed by
300 * in when the factory function was first registered. Many
301 * factory functions will ignore both parameters, however,
307 * later passed to the factory function when an ID matching
308 * the registration ID is being instantiated with this factory.
311 typedef Transliterator* (U_EXPORT2 *Factory)(const UnicodeString& ID, Token context);
966 * Registers a factory function that creates transliterators of
974 * @param factory a function pointer that will be copied and
977 * later passed to the factory function when an ID matching
978 * the registration ID is being instantiated with this factory.
982 Factory factory,
1030 * @param factory a function pointer that will be copied and
1033 * later passed to the factory function when an ID matching
1034 * the registration ID is being instantiated with this factory.
1038 Factory factory,