Go to the documentation of this file.
31 #include "unicode/uvernum.h"
36 #define U_COPYRIGHT_STRING_LENGTH 128
41 #define U_MAX_VERSION_LENGTH 4
46 #define U_VERSION_DELIMITER '.'
51 #define U_MAX_VERSION_STRING_LENGTH 20
104 # if U_DISABLE_RENAMING
105 # define U_ICU_NAMESPACE icu
106 namespace U_ICU_NAMESPACE { }
108 # define U_ICU_NAMESPACE U_ICU_ENTRY_POINT_RENAME(icu)
109 namespace U_ICU_NAMESPACE { }
110 namespace icu = U_ICU_NAMESPACE;
113 # define U_NAMESPACE_BEGIN extern "C++" { namespace U_ICU_NAMESPACE {
114 # define U_NAMESPACE_END } }
115 # define U_NAMESPACE_USE using namespace U_ICU_NAMESPACE;
116 # define U_NAMESPACE_QUALIFIER U_ICU_NAMESPACE::
118 # ifndef U_USING_ICU_NAMESPACE
119 # define U_USING_ICU_NAMESPACE 1
121 # if U_USING_ICU_NAMESPACE
125 # define U_NAMESPACE_BEGIN extern "C++" {
126 # define U_NAMESPACE_END }
127 # define U_NAMESPACE_USE
128 # define U_NAMESPACE_QUALIFIER
131 # define U_NAMESPACE_BEGIN
132 # define U_NAMESPACE_END
133 # define U_NAMESPACE_USE
134 # define U_NAMESPACE_QUALIFIER