ICU 57.1 57.1
icudataver.h
Go to the documentation of this file.
1/*
2******************************************************************************
3*
4* Copyright (C) 2009-2013, International Business Machines
5* Corporation and others. All Rights Reserved.
6*
7******************************************************************************
8*/
9
10
16#ifndef __ICU_DATA_VER_H__
17#define __ICU_DATA_VER_H__
18
19#include "unicode/utypes.h"
20
24#define U_ICU_VERSION_BUNDLE "icuver"
25
29#define U_ICU_DATA_KEY "DataVersion"
30
39U_STABLE void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
40
41#endif
void u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status)
Retrieves the data version from icuver and stores it in dataVersionFillin.
#define U_STABLE
This is used to declare a function as a stable public ICU C API.
Definition: umachine.h:109
Basic definitions for ICU, for both C and C++ APIs.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
Definition: utypes.h:476
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