OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ECleanupLibraryType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucln.h
53
typedef enum
ECleanupLibraryType
{
64
}
ECleanupLibraryType
;
78
U_CAPI void U_EXPORT2 ucln_registerCleanup(
ECleanupLibraryType
type,
87
U_CAPI void U_EXPORT2 ucln_cleanupOne(
ECleanupLibraryType
type);
ucln_cmn.c
43
static void ucln_cleanup_internal(
ECleanupLibraryType
libType)
52
U_CAPI void U_EXPORT2 ucln_cleanupOne(
ECleanupLibraryType
libType)
83
ucln_registerCleanup(
ECleanupLibraryType
type,
94
ECleanupLibraryType
libType = UCLN_START;
/external/icu4c/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.c
70
U_CAPI void U_EXPORT2 ucln_cleanupOne(
ECleanupLibraryType
libType)
94
ucln_registerCleanup(
ECleanupLibraryType
type,
105
ECleanupLibraryType
libType = UCLN_START;
Completed in 147 milliseconds