]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/ucdtest.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / test / intltest / ucdtest.h
index cedc3704619983bef8df13b7f1a155fc0d8a0f6c..7893f77daac3e4c938cb6edbf9a366795ea25b5a 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2008, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -8,11 +8,11 @@
 #include "intltest.h"
 
 /** Helper function for TestUnicodeData */
-U_CAPI void U_CALLCONV unicodeDataLineFn(void *context,
+U_CFUNC void U_CALLCONV unicodeDataLineFn(void *context,
                               char *fields[][2], int32_t fieldCount,
                               UErrorCode *pErrorCode);
 
-U_CAPI void U_CALLCONV
+U_CFUNC void U_CALLCONV
 derivedCorePropsLineFn(void *context,
                        char *fields[][2], int32_t fieldCount,
                        UErrorCode *pErrorCode);
@@ -28,6 +28,7 @@ public:
     void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
 
     void TestAdditionalProperties();
+    void TestBinaryValues();
 
 private: