Note: If the ISO 4217 numeric code is not assigned for the currency or 455 * the currency is unknown, this function returns 0. 456 * 457 * @param currency null-terminated 3-letter ISO 4217 code 458 * @return The ISO 4217 numeric code of the currency 459 * @stable ICU 49 460 */ 461 U_CAPI int32_t U_EXPORT2 462 ucurr_getNumericCode(const UChar* currency); 463 464 #endif /* #if !UCONFIG_NO_FORMATTING */ 465 466 #endif