X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/48b980fed3435926e0b3a8d72ecb58be703a1c7a..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/i18n/ucurrimp.h diff --git a/icuSources/i18n/ucurrimp.h b/icuSources/i18n/ucurrimp.h index 161a2e9f..98871ce4 100644 --- a/icuSources/i18n/ucurrimp.h +++ b/icuSources/i18n/ucurrimp.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2002-2008, International Business Machines +* Copyright (c) 2002-2009, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ @@ -40,6 +40,7 @@ uprv_getStaticCurrencyName(const UChar* iso, const char* loc, * text to match; must have 0 <= pos.getIndex() < text.length(); * on output, the position after the last matched character. If * the parse fails, the position in unchanged upon output. + * @param type currency type to parse against, LONG_NAME only or not * @return the ISO 4217 code, as a string, of the best match, or * null if there is no match * @@ -49,6 +50,7 @@ U_CFUNC void uprv_parseCurrency(const char* locale, const U_NAMESPACE_QUALIFIER UnicodeString& text, U_NAMESPACE_QUALIFIER ParsePosition& pos, + int8_t type, UChar* result, UErrorCode& ec);