Go to the source code of this file.
Defines | |
#define | U_COPYRIGHT_STRING " Copyright (C) 2012, International Business Machines Corporation and others. All Rights Reserved. " |
The standard copyright notice that gets compiled into each library. | |
#define | U_ICU_VERSION_MAJOR_NUM 50 |
The current ICU major version as an integer. | |
#define | U_ICU_VERSION_MINOR_NUM 1 |
The current ICU minor version as an integer. | |
#define | U_ICU_VERSION_PATCHLEVEL_NUM 2 |
The current ICU patchlevel version as an integer. | |
#define | U_ICU_VERSION_BUILDLEVEL_NUM 0 |
The current ICU build level version as an integer. | |
#define | U_ICU_VERSION_SUFFIX _50 |
Glued version suffix for renamers This value will change in the subsequent releases of ICU. | |
#define | U_DEF_ICU_ENTRY_POINT_RENAME(x, y) x ## y |
#define | U_DEF2_ICU_ENTRY_POINT_RENAME(x, y) U_DEF_ICU_ENTRY_POINT_RENAME(x,y) |
#define | U_ICU_ENTRY_POINT_RENAME(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX) |
Glued version suffix function for renamers This value will change in the subsequent releases of ICU. | |
#define | U_ICU_VERSION "50.1.2" |
The current ICU library version as a dotted-decimal string. | |
#define | U_ICU_VERSION_SHORT "50" |
The current ICU library major/minor version as a string without dots, for library name suffixes. | |
#define | U_ICU_DATA_VERSION "50.1" |
Data version in ICU4C. | |
#define | UCOL_RUNTIME_VERSION 7 |
Collation runtime version (sort key generator, strcoll). | |
#define | UCOL_BUILDER_VERSION 8 |
Collation builder code version. | |
#define | UCOL_TAILORINGS_VERSION 1 |
This is the version of collation tailorings. |
This file is included by uversion.h and other files. This file contains only macros and definitions. The actual version numbers are defined here.
Definition in file uvernum.h.
#define U_COPYRIGHT_STRING " Copyright (C) 2012, International Business Machines Corporation and others. All Rights Reserved. " |
#define U_DEF2_ICU_ENTRY_POINT_RENAME | ( | x, | |||
y | ) | U_DEF_ICU_ENTRY_POINT_RENAME(x,y) |
#define U_DEF_ICU_ENTRY_POINT_RENAME | ( | x, | |||
y | ) | x ## y |
#define U_ICU_DATA_VERSION "50.1" |
#define U_ICU_ENTRY_POINT_RENAME | ( | x | ) | U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX) |
Glued version suffix function for renamers This value will change in the subsequent releases of ICU.
If a custom suffix (such as matching library suffixes) is desired, this can be modified. Note that if present, platform.h may contain an earlier definition of this macro.
#define U_ICU_VERSION "50.1.2" |
#define U_ICU_VERSION_BUILDLEVEL_NUM 0 |
#define U_ICU_VERSION_MAJOR_NUM 50 |
#define U_ICU_VERSION_MINOR_NUM 1 |
#define U_ICU_VERSION_PATCHLEVEL_NUM 2 |
#define U_ICU_VERSION_SHORT "50" |
#define U_ICU_VERSION_SUFFIX _50 |
#define UCOL_BUILDER_VERSION 8 |
#define UCOL_RUNTIME_VERSION 7 |
#define UCOL_TAILORINGS_VERSION 1 |