ICU-8869 update API change report for m1
X-SVN-Rev: 30787
This commit is contained in:
parent
768140b823
commit
47b3023462
File diff suppressed because it is too large
Load Diff
@ -52,7 +52,7 @@ class U_COMMON_API Appendable : public UObject {
|
||||
public:
|
||||
/**
|
||||
* Destructor.
|
||||
* @draft ICU 4.8
|
||||
* @draft ICU 49
|
||||
*/
|
||||
~Appendable();
|
||||
|
||||
@ -165,7 +165,7 @@ public:
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
* @draft ICU 4.8
|
||||
* @draft ICU 49
|
||||
*/
|
||||
~UnicodeStringAppendable();
|
||||
|
||||
|
@ -50,7 +50,7 @@ class U_COMMON_API IDNA : public UObject {
|
||||
public:
|
||||
/**
|
||||
* Destructor.
|
||||
* @draft ICU 4.6
|
||||
* @draft ICU 49
|
||||
*/
|
||||
~IDNA();
|
||||
|
||||
|
@ -54,6 +54,11 @@ U_STABLE int32_t U_EXPORT2
|
||||
u_strlen(const UChar *s);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \def U_STRING_CASE_MAPPER_DEFINED
|
||||
* @internal
|
||||
*/
|
||||
|
||||
#ifndef U_STRING_CASE_MAPPER_DEFINED
|
||||
#define U_STRING_CASE_MAPPER_DEFINED
|
||||
|
||||
|
@ -76,6 +76,14 @@
|
||||
*/
|
||||
#define U_ICU_VERSION_SUFFIX _49
|
||||
|
||||
/**
|
||||
* \def U_DEF2_ICU_ENTRY_POINT_RENAME
|
||||
* @internal
|
||||
*/
|
||||
/**
|
||||
* \def U_DEF_ICU_ENTRY_POINT_RENAME
|
||||
* @internal
|
||||
*/
|
||||
/** 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.
|
||||
@ -83,6 +91,7 @@
|
||||
* \def U_ICU_ENTRY_POINT_RENAME
|
||||
* @stable ICU 4.2
|
||||
*/
|
||||
|
||||
#ifndef U_ICU_ENTRY_POINT_RENAME
|
||||
#ifdef U_HAVE_LIB_SUFFIX
|
||||
#define U_DEF_ICU_ENTRY_POINT_RENAME(x,y,z) x ## y ## z
|
||||
|
Loading…
Reference in New Issue
Block a user