Searched refs:UCurrRegistryKey (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 126 typedef const void* UCurrRegistryKey; typedef 139 U_STABLE UCurrRegistryKey U_EXPORT2 155 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 126 typedef const void* UCurrRegistryKey; typedef 139 U_STABLE UCurrRegistryKey U_EXPORT2 155 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 425 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg() 445 static UBool unreg(UCurrRegistryKey key) { in unreg() 494 U_CAPI UCurrRegistryKey U_EXPORT2 508 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1354 UCurrRegistryKey ucurr_register_android(const UChar * isoCode, const char * locale, UErrorCode * st… in ucurr_register_android() 1357 UBool ucurr_unregister_android(UCurrRegistryKey key, UErrorCode * status) { in ucurr_unregister_android()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1916 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status); in TestRegCurrency() 1917 UCurrRegistryKey enUSEUROkey = ucurr_register(QQQ, "en_US_EURO", &status); in TestRegCurrency()
|