Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
Ducurr.h143 typedef const void* UCurrRegistryKey; typedef
156 U_CAPI UCurrRegistryKey U_EXPORT2
172 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducurr.h145 typedef const void* UCurrRegistryKey; typedef
158 U_CAPI UCurrRegistryKey U_EXPORT2
174 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
/third_party/node/deps/icu-small/source/common/unicode/
Ducurr.h143 typedef const void* UCurrRegistryKey; typedef
156 U_CAPI UCurrRegistryKey U_EXPORT2
172 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
/third_party/icu/icu4c/source/common/
Ducurr.cpp391 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg()
411 static UBool unreg(UCurrRegistryKey key) { in unreg()
460 U_CAPI UCurrRegistryKey U_EXPORT2
474 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp394 static UCurrRegistryKey reg(const char16_t* _iso, const char* _id, UErrorCode* status) in reg()
414 static UBool unreg(UCurrRegistryKey key) { in unreg()
463 U_CAPI UCurrRegistryKey U_EXPORT2
477 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp391 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg()
411 static UBool unreg(UCurrRegistryKey key) { in unreg()
460 U_CAPI UCurrRegistryKey U_EXPORT2
474 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) in ucurr_unregister()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp1969 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status); in TestRegCurrency()