Sha256: 166ed096ac88e7e186da3ea5305be2487dfb56bdaab2c0e7deedfbe86e30101a

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
*
*   Copyright (C) 2009-2013, International Business Machines
*   Corporation and others.  All Rights Reserved.
*
******************************************************************************
*/


/**
 * \file
 * \brief C API: access to ICU Data Version number
 */

#ifndef __ICU_DATA_VER_H__
#define __ICU_DATA_VER_H__

#include "unicode/utypes.h"

/**
 * @stable ICU 49
 */
#define U_ICU_VERSION_BUNDLE "icuver"

/**
 * @stable ICU 49
 */
#define U_ICU_DATA_KEY "DataVersion"

/**
 * Retrieves the data version from icuver and stores it in dataVersionFillin.
 * 
 * @param dataVersionFillin icuver data version information to be filled in if not-null
 * @param status stores the error code from the calls to resource bundle
 * 
 * @stable ICU 49
 */
U_STABLE void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pango-3.2.9-x64-mingw32 vendor/local/include/unicode/icudataver.h
pango-3.2.8-x64-mingw32 vendor/local/include/unicode/icudataver.h
pango-3.2.7-x64-mingw32 vendor/local/include/unicode/icudataver.h
pango-3.2.6-x64-mingw32 vendor/local/include/unicode/icudataver.h