ICU 4.8.1.1  4.8.1.1
icudataver.h
00001 /*
00002 ******************************************************************************
00003 *
00004 *   Copyright (C) 2009-2010, International Business Machines
00005 *   Corporation and others.  All Rights Reserved.
00006 *
00007 ******************************************************************************
00008 */
00009 
00010 #ifndef __ICU_DATA_VER_H__
00011 #define __ICU_DATA_VER_H__
00012 
00013 #include "unicode/utypes.h"
00014 
00018 #define U_ICU_VERSION_BUNDLE "icuver"
00019 
00023 #define U_ICU_STD_BUNDLE "icustd"
00024 
00028 #define U_ICU_DATA_KEY "DataVersion"
00029 
00045 U_INTERNAL UBool U_EXPORT2 u_isDataOlder(UVersionInfo dataVersionFillin, UBool *isModifiedFillin, UErrorCode *status);
00046 
00055 U_INTERNAL void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
00056 
00057 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines