Searched refs:UCurrRegistryKey (Results 1 – 3 of 3) sorted by relevance
110 typedef const void* UCurrRegistryKey; typedef123 U_STABLE UCurrRegistryKey U_EXPORT2139 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
427 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_EXPORT2510 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
2206 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status); in TestRegCurrency()2207 UCurrRegistryKey enUSEUROkey = ucurr_register(QQQ, "en_US_EURO", &status); in TestRegCurrency()