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
;
79
U_CAPI void U_EXPORT2 ucln_registerCleanup(
ECleanupLibraryType
type,
87
U_CAPI void U_EXPORT2 ucln_cleanupOne(
ECleanupLibraryType
type);
ucln_cmn.c
52
U_CAPI void U_EXPORT2 ucln_cleanupOne(
ECleanupLibraryType
libType)
76
ucln_registerCleanup(
ECleanupLibraryType
type,
87
ECleanupLibraryType
libType = UCLN_START;
/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.c
52
U_CAPI void U_EXPORT2 ucln_cleanupOne(
ECleanupLibraryType
libType)
76
ucln_registerCleanup(
ECleanupLibraryType
type,
87
ECleanupLibraryType
libType = UCLN_START;
Completed in 497 milliseconds