]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucnv_imp.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / common / ucnv_imp.h
index 0f06c1e22737768576e70781ca0474b4d0f5360c..c1f48c0e186e40f3a34588e56dac8ed050df2bb3 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 1999-2004, International Business Machines
+*   Copyright (C) 1999-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *
@@ -87,12 +87,8 @@ ucnv_unloadSharedDataIfReady(UConverterSharedData *sharedData);
 void
 ucnv_incrementRefCount(UConverterSharedData *sharedData);
 
-/* Copy the string that is represented by the UConverterPlatform enum
- * @param platformString An output buffer
- * @param platform An enum representing a platform
- * @return the length of the copied string.
- */
-int32_t ucnv_copyPlatformString(char *platformString, UConverterPlatform platform);
+#define UCNV_TO_U_DEFAULT_CALLBACK ((UConverterToUCallback) UCNV_TO_U_CALLBACK_SUBSTITUTE)
+#define UCNV_FROM_U_DEFAULT_CALLBACK ((UConverterFromUCallback) UCNV_FROM_U_CALLBACK_SUBSTITUTE)
 
 #endif