Searched refs:UCurrRegistryKey (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 143 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/ |
D | ucurr.h | 145 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/ |
D | ucurr.h | 143 typedef const void* UCurrRegistryKey; typedef 156 U_CAPI UCurrRegistryKey U_EXPORT2 172 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status);
|
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 391 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/ |
D | ucurr.cpp | 394 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/ |
D | ucurr.cpp | 391 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/ |
D | numfmtst.cpp | 1969 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status); in TestRegCurrency()
|