Searched refs:UCurrRegistryKey (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | ucurr.h | 84 typedef const void* UCurrRegistryKey; typedef 97 U_STABLE UCurrRegistryKey U_EXPORT2 113 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucurr.h | 84 typedef const void* UCurrRegistryKey; typedef 97 U_STABLE UCurrRegistryKey U_EXPORT2 113 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
|
/external/icu/icu4c/source/i18n/ |
D | ucurr.cpp | 423 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg() 443 static UBool unreg(UCurrRegistryKey key) { in unreg() 492 U_CAPI UCurrRegistryKey U_EXPORT2 506 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucurr.cpp | 423 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg() 443 static UBool unreg(UCurrRegistryKey key) { in unreg() 492 U_CAPI UCurrRegistryKey U_EXPORT2 506 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | numfmtst.cpp | 1754 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status); in TestRegCurrency() 1755 UCurrRegistryKey enUSEUROkey = ucurr_register(QQQ, "en_US_EURO", &status); in TestRegCurrency()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1758 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status); in TestRegCurrency() 1759 UCurrRegistryKey enUSEUROkey = ucurr_register(QQQ, "en_US_EURO", &status); in TestRegCurrency()
|