ICU 4.8.1.1  4.8.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
icudataver.h
1 /*
2 ******************************************************************************
3 *
4 * Copyright (C) 2009-2010, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *
7 ******************************************************************************
8 */
9 
10 #ifndef __ICU_DATA_VER_H__
11 #define __ICU_DATA_VER_H__
12 
13 #include "unicode/utypes.h"
14 
18 #define U_ICU_VERSION_BUNDLE "icuver"
19 
23 #define U_ICU_STD_BUNDLE "icustd"
24 
28 #define U_ICU_DATA_KEY "DataVersion"
29 
45 U_INTERNAL UBool U_EXPORT2 u_isDataOlder(UVersionInfo dataVersionFillin, UBool *isModifiedFillin, UErrorCode *status);
46 
55 U_INTERNAL void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
56 
57 #endif
uint8_t UVersionInfo[U_MAX_VERSION_LENGTH]
The binary form of a version on ICU APIs is an array of 4 uint8_t.
Definition: uversion.h:57
#define U_INTERNAL
This is used to declare a function as an internal ICU C API.
Definition: umachine.h:145
#define U_EXPORT2
Definition: platform.h:314
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Definition: utypes.h:639
Basic definitions for ICU, for both C and C++ APIs.
int8_t UBool
The ICU boolean type.
Definition: umachine.h:228