Lines Matching full:plugins
62 * <p>Plugins are categorized as "high" or "low" level. Low level are those
63 * which must be run BEFORE high level plugins, and before any operations
68 * <p>At load time, ICU first queries all plugins to determine their level,
69 * then loads all 'low' plugins first, and then loads all 'high' plugins.
70 * Plugins are otherwise loaded in the order listed in the configuration file.</p>
132 * Random Token to identify a valid ICU plugin. Plugins must return this
204 * This is appropriate for plugins which cannot be cleaned up.
233 * For example, if UPLUG_LEVEL_LOW is returned, then low level plugins may load
234 * if UPLUG_LEVEL_HIGH is returned, then only high level plugins may load.
289 * Plugins could use this to load data out of their
327 * Return all currently installed plugins, from newest to oldest
346 * This is useful for testing plugins.
349 * Low level plugins may not be able to load, as ordering can't be enforced.
362 * Low level plugins may not be able to load, and ordering can't be enforced.