16 #ifndef __ICU_DATA_VER_H__
17 #define __ICU_DATA_VER_H__
21 #ifndef U_HIDE_DRAFT_API
25 #define U_ICU_VERSION_BUNDLE "icuver"
30 #define U_ICU_DATA_KEY "DataVersion"
uint8_t UVersionInfo[U_MAX_VERSION_LENGTH]
The binary form of a version on ICU APIs is an array of 4 uint8_t.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Basic definitions for ICU, for both C and C++ APIs.
#define U_DRAFT
This is used to declare a function as a draft public ICU C API.
void u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status)
Retrieves the data version from icuver and stores it in dataVersionFillin.