uvernum.h File Reference
C API: definitions of ICU version numbers.
More...
Go to the source code of this file.
Defines |
| #define | U_COPYRIGHT_STRING " Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html " |
| | The standard copyright notice that gets compiled into each library.
|
| #define | U_ICU_VERSION_MAJOR_NUM 64 |
| | The current ICU major version as an integer.
|
| #define | U_ICU_VERSION_MINOR_NUM 2 |
| | The current ICU minor version as an integer.
|
| #define | U_ICU_VERSION_PATCHLEVEL_NUM 0 |
| | 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 _64 |
| | Glued version suffix for renamers This value will change in the subsequent releases of ICU.
|
| #define | U_DISABLE_VERSION_SUFFIX 0 |
| | Disable the version suffix.
|
| #define | U_DEF_ICU_ENTRY_POINT_RENAME(x, y, z) x ## y ## z |
| #define | U_DEF2_ICU_ENTRY_POINT_RENAME(x, y, z) U_DEF_ICU_ENTRY_POINT_RENAME(x,y,z) |
| #define | U_ICU_ENTRY_POINT_RENAME(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX,U_LIB_SUFFIX_C_NAME) |
| | Glued version suffix function for renamers This value will change in the subsequent releases of ICU.
|
| #define | U_ICU_VERSION "64.2" |
| | The current ICU library version as a dotted-decimal string.
|
| #define | U_ICU_VERSION_SHORT "64" |
| | The current ICU library major version number as a string, for library name suffixes.
|
| #define | U_ICU_DATA_VERSION "64.2" |
| | Data version in ICU4C.
|
| #define | UCOL_RUNTIME_VERSION 9 |
| | Collation runtime version (sort key generator, strcoll).
|
| #define | UCOL_BUILDER_VERSION 9 |
| | Collation builder code version.
|
| #define | UCOL_TAILORINGS_VERSION 1 |
| | Constant 1.
|
Detailed Description
C API: definitions of ICU version numbers.
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 Documentation
| #define U_COPYRIGHT_STRING " Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html " |
The standard copyright notice that gets compiled into each library.
This value will change in the subsequent releases of ICU
- Stable:
- ICU 2.4
Definition at line 56 of file uvernum.h.
| #define U_DEF2_ICU_ENTRY_POINT_RENAME |
( |
x, |
|
|
y, |
|
|
z |
|
) |
U_DEF_ICU_ENTRY_POINT_RENAME(x,y,z) |
| #define U_DEF_ICU_ENTRY_POINT_RENAME |
( |
x, |
|
|
y, |
|
|
z |
|
) |
x ## y ## z |
| #define U_DISABLE_VERSION_SUFFIX 0 |
Disable the version suffix.
Use the custom suffix if exists.
- Internal:
- Do not use. This API is for internal use only.
Definition at line 112 of file uvernum.h.
| #define U_ICU_DATA_VERSION "64.2" |
Data version in ICU4C.
- Internal:
- Do not use. This API is for internal use only. ICU 4.4 Internal Use Only
Definition at line 161 of file uvernum.h.
| #define U_ICU_ENTRY_POINT_RENAME |
( |
x |
|
) |
U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX,U_LIB_SUFFIX_C_NAME) |
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.
- Stable:
- ICU 4.2
Definition at line 120 of file uvernum.h.
| #define U_ICU_VERSION "64.2" |
The current ICU library version as a dotted-decimal string.
The patchlevel only appears in this string if it non-zero. This value will change in the subsequent releases of ICU
- Stable:
- ICU 2.4
Definition at line 142 of file uvernum.h.
| #define U_ICU_VERSION_BUILDLEVEL_NUM 0 |
The current ICU build level version as an integer.
This value is for use by ICU clients. It defaults to 0.
- Stable:
- ICU 4.0
Definition at line 82 of file uvernum.h.
| #define U_ICU_VERSION_MAJOR_NUM 64 |
The current ICU major version as an integer.
This value will change in the subsequent releases of ICU
- Stable:
- ICU 2.4
Definition at line 63 of file uvernum.h.
| #define U_ICU_VERSION_MINOR_NUM 2 |
The current ICU minor version as an integer.
This value will change in the subsequent releases of ICU
- Stable:
- ICU 2.6
Definition at line 69 of file uvernum.h.
| #define U_ICU_VERSION_PATCHLEVEL_NUM 0 |
The current ICU patchlevel version as an integer.
This value will change in the subsequent releases of ICU
- Stable:
- ICU 2.4
Definition at line 75 of file uvernum.h.
| #define U_ICU_VERSION_SHORT "64" |
The current ICU library major version number as a string, for library name suffixes.
This value will change in subsequent releases of ICU.
Until ICU 4.8, this was the combination of the single-digit major and minor ICU version numbers into one string without dots ("48"). Since ICU 49, it is the double-digit major ICU version number. See http://userguide.icu-project.org/design#TOC-Version-Numbers-in-ICU
- Stable:
- ICU 2.6
Definition at line 155 of file uvernum.h.
| #define U_ICU_VERSION_SUFFIX _64 |
Glued version suffix for renamers This value will change in the subsequent releases of ICU.
- Stable:
- ICU 2.6
Definition at line 89 of file uvernum.h.
| #define UCOL_BUILDER_VERSION 9 |
Collation builder code version.
When this is different, the same tailoring might result in assigning different collation elements to code points. This value may change in subsequent releases of ICU.
- Stable:
- ICU 2.4
Definition at line 186 of file uvernum.h.
| #define UCOL_RUNTIME_VERSION 9 |
Collation runtime version (sort key generator, strcoll).
If the version is different, sort keys for the same string could be different. This value may change in subsequent releases of ICU.
- Stable:
- ICU 2.4
Definition at line 177 of file uvernum.h.
| #define UCOL_TAILORINGS_VERSION 1 |
Constant 1.
This was intended to be the version of collation tailorings, but instead the tailoring data carries a version number.
- Deprecated:
- ICU 54
Definition at line 195 of file uvernum.h.