/*
********************************************************************************
-* Copyright (C) 1996-2006, International Business Machines
+* Copyright (C) 1996-2008, International Business Machines
* Corporation and others. All Rights Reserved.
********************************************************************************
*
/* 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;
#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;
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;