OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ECleanupLibraryType
(Results
1 - 2
of
2
) 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);
/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);
Completed in 65 milliseconds