]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ustr_cnv.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / common / ustr_cnv.h
index 942b4c64179ae6779402ea8f1fc6d7846fe76e73..861e3ebff0613b730f574282c2050f71487147eb 100644 (file)
@@ -1,10 +1,12 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*  
 **********************************************************************
-*   Copyright (C) 1999-2004, International Business Machines
+*   Copyright (C) 1999-2010, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   file name:  ustr_cnv.h
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -37,6 +39,13 @@ u_getDefaultConverter(UErrorCode *status);
 U_CAPI void U_EXPORT2
 u_releaseDefaultConverter(UConverter *converter);
 
+/**
+ * Flush the default converter, if cached. 
+ * @internal
+ */
+U_CAPI void U_EXPORT2
+u_flushDefaultConverter(void);
+
 #endif
 
 #endif