00001 /* 00002 ********************************************************************** 00003 * Copyright (c) 2002, International Business Machines 00004 * Corporation and others. All Rights Reserved. 00005 ********************************************************************** 00006 * $Source: /usr/cvs/icu/icu/source/i18n/unicode/ucurr.h,v $ 00007 * $Revision: 1.1 $ 00008 ********************************************************************** 00009 */ 00010 #ifndef _UCURR_H_ 00011 #define _UCURR_H_ 00012 00013 #include "unicode/utypes.h" 00014 00041 U_CAPI const UChar* U_EXPORT2 00042 ucurr_forLocale(const char* locale, 00043 UErrorCode* ec); 00044 00058 U_CAPI const UChar* U_EXPORT2 00059 ucurr_getSymbol(const UChar* currency, 00060 const char* locale, 00061 int32_t* len, 00062 UErrorCode* ec); 00063 00071 U_CAPI int32_t U_EXPORT2 00072 ucurr_getDefaultFractionDigits(const UChar* currency); 00073 00080 U_CAPI double U_EXPORT2 00081 ucurr_getRoundingIncrement(const UChar* currency); 00082 00083 #endif