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

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

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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/rbtz.h ('k') | source/i18n/unicode/region.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/regex.h
diff --git a/source/i18n/unicode/regex.h b/source/i18n/unicode/regex.h
index 1e23905a3abc8f6589556900918f0ba3f63525cb..d23a3ab4d7b7c1ffa1e8da93559ad68b6abb8f00 100644
--- a/source/i18n/unicode/regex.h
+++ b/source/i18n/unicode/regex.h
@@ -1,6 +1,8 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
**********************************************************************
-* Copyright (C) 2002-2015, International Business Machines
+* Copyright (C) 2002-2016, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* file name: regex.h
@@ -450,7 +452,7 @@ public:
* @param groupName The capture group name.
* @param status A UErrorCode to receive any errors.
*
- * @draft ICU 55
+ * @stable ICU 55
*/
virtual int32_t groupNumberFromName(const UnicodeString &groupName, UErrorCode &status) const;
@@ -469,7 +471,7 @@ public:
* nul-terminated.
* @param status A UErrorCode to receive any errors.
*
- * @draft ICU 55
+ * @stable ICU 55
*/
virtual int32_t groupNumberFromName(const char *groupName, int32_t nameLength, UErrorCode &status) const;
@@ -849,7 +851,7 @@ public:
* position may not be valid with the altered input string.</p>
* @param status A reference to a UErrorCode to receive any errors.
* @return TRUE if a match is found.
- * @draft ICU 55
+ * @stable ICU 55
*/
virtual UBool find(UErrorCode &status);
« no previous file with comments | « source/i18n/unicode/rbtz.h ('k') | source/i18n/unicode/region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698