Searched refs:uplug_removeEntryAt (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dicuplug.c66 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { function
211 libraryCount = uplug_removeEntryAt(libraryList, libraryCount, sizeof(*libraryList), i);
388 pluginCount = uplug_removeEntryAt(pluginList, pluginCount, sizeof(plug[0]), uplug_pluginNumber(plug));

Completed in 484 milliseconds