Home
last modified time | relevance | path

Searched defs:UPlugData (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dicuplug.cpp49 struct UPlugData { struct
50 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */
51 uint32_t structSize; /**< initialized to the size of this structure */
52 uint32_t token; /**< must be U_PLUG_TOKEN */
53 void *lib; /**< plugin library, or NULL */
54 char libName[UPLUG_NAME_MAX]; /**< library name */
55 char sym[UPLUG_NAME_MAX]; /**< plugin symbol, or NULL */
56 char config[UPLUG_NAME_MAX]; /**< configuration data */
57 void *context; /**< user context data */
58 char name[UPLUG_NAME_MAX]; /**< name of plugin */
[all …]
/external/icu/icu4c/source/common/unicode/
Dicuplug.h126 typedef struct UPlugData UPlugData; typedef