Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: source/i18n/unicode/utrans.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/unicode/uspoof.h ('k') | source/i18n/unum.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/utrans.h
diff --git a/source/i18n/unicode/utrans.h b/source/i18n/unicode/utrans.h
index c6f67da0342736f6b4a60956dab68099432fd3bb..e3fe1629c8cb5261f2770e72acf7af5779c212b1 100644
--- a/source/i18n/unicode/utrans.h
+++ b/source/i18n/unicode/utrans.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 1997-2011,2014 International Business Machines
+* Copyright (C) 1997-2011,2014-2015 International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* Date Name Description
@@ -509,7 +509,6 @@ utrans_transIncrementalUChars(const UTransliterator* trans,
UTransPosition* pos,
UErrorCode* status);
-#ifndef U_HIDE_DRAFT_API
/**
* Create a rule string that can be passed to utrans_openU to recreate this
* transliterator.
@@ -525,9 +524,9 @@ utrans_transIncrementalUChars(const UTransliterator* trans,
* contents of result are undefined.
* @return int32_t The length of the rule string (may be greater than resultLength,
* in which case an error is returned).
- * @draft ICU 53
+ * @stable ICU 53
*/
-U_DRAFT int32_t U_EXPORT2
+U_STABLE int32_t U_EXPORT2
utrans_toRules( const UTransliterator* trans,
UBool escapeUnprintable,
UChar* result, int32_t resultLength,
@@ -550,14 +549,13 @@ utrans_toRules( const UTransliterator* trans,
* @return USet* Either fillIn, or if fillIn is NULL, a pointer to a
* newly-allocated USet that the user must close. In case of
* error, NULL is returned.
- * @draft ICU 53
+ * @stable ICU 53
*/
-U_DRAFT USet* U_EXPORT2
+U_STABLE USet* U_EXPORT2
utrans_getSourceSet(const UTransliterator* trans,
UBool ignoreFilter,
USet* fillIn,
UErrorCode* status);
-#endif /* U_HIDE_DRAFT_API */
/* deprecated API ----------------------------------------------------------- */
« no previous file with comments | « source/i18n/unicode/uspoof.h ('k') | source/i18n/unum.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698