Home
last modified time | relevance | path

Searched refs:ECleanupLibraryType (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Ducln.h53 typedef enum ECleanupLibraryType { enum
64 } ECleanupLibraryType; typedef
78 U_CAPI void U_EXPORT2 ucln_registerCleanup(ECleanupLibraryType type,
87 U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType type);
Ducln_cmn.c43 static void ucln_cleanup_internal(ECleanupLibraryType libType) in ucln_cleanup_internal()
52 U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType libType) in ucln_cleanupOne()
83 ucln_registerCleanup(ECleanupLibraryType type, in ucln_registerCleanup()
94 ECleanupLibraryType libType = UCLN_START; in ucln_lib_cleanup()