ICU-8246 add ifndef U_HIDE_DRAFT_API

X-SVN-Rev: 31513
This commit is contained in:
Markus Scherer 2012-02-25 01:31:14 +00:00
parent e532ba9a51
commit 6692c27aa8
2 changed files with 4 additions and 0 deletions

View file

@ -83,6 +83,7 @@ public:
*/
~Normalizer2();
#ifndef U_HIDE_DRAFT_API
/**
* Returns a Normalizer2 instance for Unicode NFC normalization.
* Same as getInstance(NULL, "nfc", UNORM2_COMPOSE, errorCode).
@ -152,6 +153,7 @@ public:
*/
static const Normalizer2 *
getNFKCCasefoldInstance(UErrorCode &errorCode);
#endif /* U_HIDE_DRAFT_API */
/**
* Returns a Normalizer2 instance which uses the specified data file

View file

@ -118,6 +118,7 @@ typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer
#if !UCONFIG_NO_NORMALIZATION
#ifndef U_HIDE_DRAFT_API
/**
* Returns a UNormalizer2 instance for Unicode NFC normalization.
* Same as unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE, pErrorCode).
@ -187,6 +188,7 @@ unorm2_getNFKDInstance(UErrorCode *pErrorCode);
*/
U_DRAFT const UNormalizer2 * U_EXPORT2
unorm2_getNFKCCasefoldInstance(UErrorCode *pErrorCode);
#endif /* U_HIDE_DRAFT_API */
/**
* Returns a UNormalizer2 instance which uses the specified data file