X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/fd0068a84e9996f225edba706498f6ed413d0673..46f4442e9a5a4f3b98b7c1083586332f6a8a99a4:/icuSources/common/uchar.c?ds=sidebyside diff --git a/icuSources/common/uchar.c b/icuSources/common/uchar.c index 718e87a4..75754a9e 100644 --- a/icuSources/common/uchar.c +++ b/icuSources/common/uchar.c @@ -1,6 +1,6 @@ /* ******************************************************************************** -* Copyright (C) 1996-2006, International Business Machines +* Copyright (C) 1996-2008, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************** * @@ -817,7 +817,7 @@ ublock_getCode(UChar32 c) { /* property starts for UnicodeSet ------------------------------------------- */ /* for Hangul_Syllable_Type */ -U_CAPI void U_EXPORT2 +U_CFUNC void U_EXPORT2 uhst_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) { UChar32 c; int32_t value, value2; @@ -891,7 +891,7 @@ _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 limit, uint #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1) -U_CAPI void U_EXPORT2 +U_CFUNC void U_EXPORT2 uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) { if(U_FAILURE(*pErrorCode)) { return; @@ -958,7 +958,7 @@ uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) { USET_ADD_CP_AND_NEXT(sa, CGJ); } -U_CAPI void U_EXPORT2 +U_CFUNC void U_EXPORT2 upropsvec_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode) { if(U_FAILURE(*pErrorCode)) { return;