]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucol_swp.h
ICU-59131.0.1.tar.gz
[apple/icu.git] / icuSources / common / ucol_swp.h
index cb5ef15353565020fc59877d3b91e84adaba270b..fd8be9aa54ff45f99a10f84cc41e3a474d3298ef 100644 (file)
@@ -1,12 +1,14 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2003-2009, International Business Machines
+*   Copyright (C) 2003-2014, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *   file name:  ucol_swp.h
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -33,16 +35,6 @@ U_INTERNAL UBool U_EXPORT2
 ucol_looksLikeCollationBinary(const UDataSwapper *ds,
                               const void *inData, int32_t length);
 
-/**
- * Swap a header-less collation binary, inside a resource bundle or ucadata.icu.
- * See udataswp.h.
- * @internal
- */
-U_CAPI int32_t U_EXPORT2
-ucol_swapBinary(const UDataSwapper *ds,
-                const void *inData, int32_t length, void *outData,
-                UErrorCode *pErrorCode);
-
 /**
  * Swap ICU collation data like ucadata.icu. See udataswp.h.
  * @internal