intl/icu/source/common/unicode/icudataver.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 /*
     2 ******************************************************************************
     3 *
     4 *   Copyright (C) 2009-2013, International Business Machines
     5 *   Corporation and others.  All Rights Reserved.
     6 *
     7 ******************************************************************************
     8 */
    11 /**
    12  * \file
    13  * \brief C API: access to ICU Data Version number
    14  */
    16 #ifndef __ICU_DATA_VER_H__
    17 #define __ICU_DATA_VER_H__
    19 #include "unicode/utypes.h"
    21 /**
    22  * @stable ICU 49
    23  */
    24 #define U_ICU_VERSION_BUNDLE "icuver"
    26 /**
    27  * @stable ICU 49
    28  */
    29 #define U_ICU_DATA_KEY "DataVersion"
    31 /**
    32  * Retrieves the data version from icuver and stores it in dataVersionFillin.
    33  * 
    34  * @param dataVersionFillin icuver data version information to be filled in if not-null
    35  * @param status stores the error code from the calls to resource bundle
    36  * 
    37  * @stable ICU 49
    38  */
    39 U_STABLE void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
    41 #endif

mercurial