HomeSort by relevance Sort by last modified time
    Searched refs:ECleanupLibraryType (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucln.h 55 typedef enum ECleanupLibraryType {
66 } ECleanupLibraryType;
81 U_CAPI void U_EXPORT2 ucln_registerCleanup(ECleanupLibraryType type,
89 U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType type);
ucln_cmn.cpp 55 U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType libType)
84 ucln_registerCleanup(ECleanupLibraryType type,
99 ucln_cleanupOne(static_cast<ECleanupLibraryType>(libType));

Completed in 971 milliseconds