summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/unicode/casemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/unicode/casemap.h')
-rw-r--r--deps/icu-small/source/common/unicode/casemap.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/deps/icu-small/source/common/unicode/casemap.h b/deps/icu-small/source/common/unicode/casemap.h
index 4b77256d74..477eb484d1 100644
--- a/deps/icu-small/source/common/unicode/casemap.h
+++ b/deps/icu-small/source/common/unicode/casemap.h
@@ -194,7 +194,6 @@ public:
char16_t *dest, int32_t destCapacity, Edits *edits,
UErrorCode &errorCode);
-#ifndef U_HIDE_DRAFT_API
/**
* Lowercases a UTF-8 string and optionally records edits.
* Casing is locale-dependent and context-sensitive.
@@ -214,7 +213,7 @@ public:
* which must not indicate a failure before the function call.
*
* @see ucasemap_utf8ToLower
- * @draft ICU 60
+ * @stable ICU 60
*/
static void utf8ToLower(
const char *locale, uint32_t options,
@@ -240,7 +239,7 @@ public:
* which must not indicate a failure before the function call.
*
* @see ucasemap_utf8ToUpper
- * @draft ICU 60
+ * @stable ICU 60
*/
static void utf8ToUpper(
const char *locale, uint32_t options,
@@ -280,7 +279,7 @@ public:
* which must not indicate a failure before the function call.
*
* @see ucasemap_utf8ToTitle
- * @draft ICU 60
+ * @stable ICU 60
*/
static void utf8ToTitle(
const char *locale, uint32_t options, BreakIterator *iter,
@@ -311,13 +310,12 @@ public:
* which must not indicate a failure before the function call.
*
* @see ucasemap_utf8FoldCase
- * @draft ICU 60
+ * @stable ICU 60
*/
static void utf8Fold(
uint32_t options,
StringPiece src, ByteSink &sink, Edits *edits,
UErrorCode &errorCode);
-#endif // U_HIDE_DRAFT_API
/**
* Lowercases a UTF-8 string and optionally records edits.