mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-8869 revert r30787 for destructors, update api ref
X-SVN-Rev: 30798
This commit is contained in:
parent
829c7fa304
commit
2d4804ddab
4 changed files with 625 additions and 343 deletions
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 49
|
||||
* @draft ICU 4.8
|
||||
*/
|
||||
~Appendable();
|
||||
|
||||
|
@ -165,7 +165,7 @@ public:
|
|||
|
||||
/**
|
||||
* Destructor.
|
||||
* @draft ICU 49
|
||||
* @draft ICU 4.8
|
||||
*/
|
||||
~UnicodeStringAppendable();
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ class U_COMMON_API IDNA : public UObject {
|
|||
public:
|
||||
/**
|
||||
* Destructor.
|
||||
* @draft ICU 49
|
||||
* @draft ICU 4.6
|
||||
*/
|
||||
~IDNA();
|
||||
|
||||
|
|
|
@ -54,11 +54,6 @@ 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue