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
208 * This is appropriate for plugins which cannot be cleaned up.
237 * For example, if UPLUG_LEVEL_LOW is returned, then low level plugins may load
238 * if UPLUG_LEVEL_HIGH is returned, then only high level plugins may load.
293 * Plugins could use this to load data out of their
331 * Return all currently installed plugins, from newest to oldest
350 * This is useful for testing plugins.
353 * Low level plugins may not be able to load, as ordering can't be enforced.
366 * Low level plugins may not be able to load, and ordering can't be enforced.