Home | History | Annotate | Download | only in common

Lines Matching full:unload

171 because ucnv_flushCache must be able to unload the default converter and its table.
486 UTRACE_DATA2(UTRACE_OPEN_CLOSE, "unload converter %s shared data %p", deadSharedData->staticData->name, deadSharedData);
493 if (deadSharedData->impl->unload != NULL) {
494 deadSharedData->impl->unload(deadSharedData);
571 * Unload a non-algorithmic converter.