Home
last modified time | relevance | path

Searched refs:UPLUG_REASON_UNLOAD (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/tools/icuinfo/
Dtestplug.c129 } else if(reason == UPLUG_REASON_UNLOAD) { in myPluginBad()
197 } else if(reason==UPLUG_REASON_UNLOAD) { in debugMemoryPlugin()
/external/icu4c/common/unicode/
Dicuplug.h154 UPLUG_REASON_UNLOAD = 2, /**< The plugin is being unloaded. **/ enumerator
/external/icu4c/tools/ctestfw/
Dudbgutil.cpp188 FIELD_NAME_STR( LEN_UPLUG_REASON, UPLUG_REASON_UNLOAD ),
/external/icu4c/tools/toolutil/
Dudbgutil.cpp188 FIELD_NAME_STR( LEN_UPLUG_REASON, UPLUG_REASON_UNLOAD ),
/external/icu4c/common/
Dicuplug.c279 uplug_callPlug(plug, UPLUG_REASON_UNLOAD, status); in uplug_unloadPlug()