]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucmndata.h
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / common / ucmndata.h
index 9634ed840f6bf3944c9135e2c2c8d10deb4948d1..36163c508b9774b8f9d2bb4abe22c341418254ed 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *
-*   Copyright (C) 1999-2003, International Business Machines
+*   Copyright (C) 1999-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************/
@@ -71,6 +71,7 @@ udata_getHeaderSize(const DataHeader *udh);
 U_CFUNC uint16_t
 udata_getInfoSize(const UDataInfo *info);
 
+U_CDECL_BEGIN
 /*
  *  "Virtual" functions for data lookup.
  *  To call one, given a UDataMemory *p, the code looks like this:
@@ -79,13 +80,15 @@ udata_getInfoSize(const UDataInfo *info);
  */
 
 typedef const DataHeader *
-(* LookupFn)(const UDataMemory *pData,
-             const char *tocEntryName,
-             int32_t *pLength,
-             UErrorCode *pErrorCode);
+(U_CALLCONV * LookupFn)(const UDataMemory *pData,
+                        const char *tocEntryName,
+                        int32_t *pLength,
+                        UErrorCode *pErrorCode);
 
 typedef uint32_t
-(* NumEntriesFn)(const UDataMemory *pData);
+(U_CALLCONV * NumEntriesFn)(const UDataMemory *pData);
+
+U_CDECL_END
 
 typedef struct {
     LookupFn      Lookup;
@@ -103,7 +106,6 @@ typedef struct {
  *     otherwise
  *         set an errorcode.
  */
-void   udata_checkCommonData(UDataMemory *pData, UErrorCode *pErrorCode);
-
+U_CFUNC void udata_checkCommonData(UDataMemory *pData, UErrorCode *pErrorCode);
 
 #endif