]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unormimp.h
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / common / unormimp.h
index 1e0765edc6595545397674eaa8d25f84e39ece04..d2cfc9f67d755e3cc71b6c3c7534a4a488fa167a 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2001-2010, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -154,23 +154,14 @@ enum {
     _NORM_DECOMP_LENGTH_MASK=0x7f
 };
 
-/* Constants for options flags for normalization. @draft ICU 2.6 */
+/** Constants for options flags for normalization. */
 enum {
-    /** Options bit 0, do not decompose Hangul syllables. @draft ICU 2.6 */
+    /** Options bit 0, do not decompose Hangul syllables. */
     UNORM_NX_HANGUL=1,
-    /** Options bit 1, do not decompose CJK compatibility characters. @draft ICU 2.6 */
+    /** Options bit 1, do not decompose CJK compatibility characters. */
     UNORM_NX_CJK_COMPAT=2
 };
 
-/**
- * Swap unorm.icu. See udataswp.h.
- * @internal
- */
-U_CAPI int32_t U_EXPORT2
-unorm_swap(const UDataSwapper *ds,
-           const void *inData, int32_t length, void *outData,
-           UErrorCode *pErrorCode);
-
 /**
  * Description of the format of unorm.icu version 2.3.
  *