]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/legacy/newcol.cpp
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / samples / legacy / newcol.cpp
index a5069edac451b748f541159b054c5e9be49c6fed..b5430d74a07f3b0f5d1181c6c66717eeb33315ba 100644 (file)
@@ -1,12 +1,18 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2001, International Business Machines
+*   © 2016 and later: Unicode, Inc. and others.
+*   License & terms of use: http://www.unicode.org/copyright.html#License
+*
+*******************************************************************************
+*******************************************************************************
+*
+*   Copyright (C) 2001 - 2005, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *   file name:  newcol.cpp
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -65,7 +71,7 @@ void closeCollator_current(void) {
 }
 
 
-void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) {
+extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) {
   uint32_t i = 0;
   int32_t keySize = 0;
   UVersionInfo uvi;