/*
*******************************************************************************
*
- * Copyright (C) 2003, International Business Machines
+ * Copyright (C) 2003-2004, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
* @return Number of ASCII characters converted.
* @draft ICU 2.6
*/
-U_CFUNC int32_t
+U_CFUNC int32_t U_EXPORT2
idnaref_toASCII(const UChar* src, int32_t srcLength,
UChar* dest, int32_t destCapacity,
int32_t options,
* @return Number of Unicode characters converted.
* @draft ICU 2.6
*/
-U_CFUNC int32_t
+U_CFUNC int32_t U_EXPORT2
idnaref_toUnicode(const UChar* src, int32_t srcLength,
UChar* dest, int32_t destCapacity,
int32_t options,
* @return Number of ASCII characters converted.
* @draft ICU 2.6
*/
-U_CFUNC int32_t
+U_CFUNC int32_t U_EXPORT2
idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
UChar* dest, int32_t destCapacity,
int32_t options,
* @return Number of ASCII characters converted.
* @draft ICU 2.6
*/
-U_CFUNC int32_t
+U_CFUNC int32_t U_EXPORT2
idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
UChar* dest, int32_t destCapacity,
int32_t options,
* @return <0 or 0 or >0 as usual for string comparisons
* @draft ICU 2.6
*/
-U_CFUNC int32_t
+U_CFUNC int32_t U_EXPORT2
idnaref_compare( const UChar *s1, int32_t length1,
const UChar *s2, int32_t length2,
int32_t options,