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 53 typedef enum ECleanupLibraryType {
64 } ECleanupLibraryType;
79 U_CAPI void U_EXPORT2 ucln_registerCleanup(ECleanupLibraryType type,
87 U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType type);
ucln_cmn.cpp 53 U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType libType)
82 ucln_registerCleanup(ECleanupLibraryType type,
97 ucln_cleanupOne(static_cast<ECleanupLibraryType>(libType));

Completed in 935 milliseconds