X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/common/ustr_cnv.h diff --git a/icuSources/common/ustr_cnv.h b/icuSources/common/ustr_cnv.h index 942b4c64..861e3ebf 100644 --- a/icuSources/common/ustr_cnv.h +++ b/icuSources/common/ustr_cnv.h @@ -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