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