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

/external/icu4c/test/threadtest/
H A Dconverttest.cpp16 U_CAPI UBool U_EXPORT2 ucnv_cleanup();
74 //if (ucnv_cleanup () == FALSE) {
75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n");
/external/icu4c/common/
H A Ducnv_bld.c193 /* ucnv_cleanup - delete all storage held by the converter cache, except any */
197 static UBool U_CALLCONV ucnv_cleanup(void) { function
418 ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);
1151 ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);
1226 ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);

Completed in 251 milliseconds