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

Unified Diff: source/io/unicode/ustdio.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/io/ufile.c ('k') | source/runConfigureICU » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/io/unicode/ustdio.h
diff --git a/source/io/unicode/ustdio.h b/source/io/unicode/ustdio.h
index 16bcf35eecffeec3d50e154b6d109ab33bbc5137..251a2b5b89eae95cce3e46bf08d018a25d864cc8 100644
--- a/source/io/unicode/ustdio.h
+++ b/source/io/unicode/ustdio.h
@@ -1,7 +1,7 @@
/*
******************************************************************************
*
-* Copyright (C) 1998-2014, International Business Machines
+* Copyright (C) 1998-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@@ -243,7 +243,6 @@ u_fopen(const char *filename,
const char *locale,
const char *codepage);
-#ifndef U_HIDE_DRAFT_API
/**
* Open a UFILE with a UChar* filename
* A UFILE is a wrapper around a FILE* that is locale and codepage aware.
@@ -259,14 +258,13 @@ u_fopen(const char *filename,
* read from the file. If this paramter is NULL the system default codepage
* will be used.
* @return A new UFILE, or NULL if an error occurred.
- * @draft ICU 54
+ * @stable ICU 54
*/
-U_DRAFT UFILE* U_EXPORT2
+U_STABLE UFILE* U_EXPORT2
u_fopen_u(const UChar *filename,
const char *perm,
const char *locale,
const char *codepage);
-#endif /* U_HIDE_DRAFT_API */
/**
* Open a UFILE on top of an existing FILE* stream. The FILE* stream
« no previous file with comments | « source/io/ufile.c ('k') | source/runConfigureICU » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698