Home
last modified time | relevance | path

Searched refs:UCurrRegistryKey (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducurr.h110 typedef const void* UCurrRegistryKey; typedef
123 U_STABLE UCurrRegistryKey U_EXPORT2
139 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
/external/icu/icu4c/source/i18n/
Ducurr.cpp427 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg()
447 static UBool unreg(UCurrRegistryKey key) { in unreg()
496 U_CAPI UCurrRegistryKey U_EXPORT2
510 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2206 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status); in TestRegCurrency()
2207 UCurrRegistryKey enUSEUROkey = ucurr_register(QQQ, "en_US_EURO", &status); in TestRegCurrency()