Home
last modified time | relevance | path

Searched refs:gIsoCodes (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/common/
Ducurr.cpp99 static const UHashtable* gIsoCodes = NULL; variable
236 if (gIsoCodes != NULL) { in isoCodes_cleanup()
237 uhash_close(const_cast<UHashtable *>(gIsoCodes)); in isoCodes_cleanup()
238 gIsoCodes = NULL; in isoCodes_cleanup()
2186 U_ASSERT(gIsoCodes == NULL); in initIsoCodes()
2200 gIsoCodes = isoCodes; // Note: gIsoCodes is const. Once set up here it is never altered, in initIsoCodes()
2251 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode); in ucurr_isAvailable()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp99 static const UHashtable* gIsoCodes = nullptr; variable
236 if (gIsoCodes != nullptr) { in isoCodes_cleanup()
237 uhash_close(const_cast<UHashtable *>(gIsoCodes)); in isoCodes_cleanup()
238 gIsoCodes = nullptr; in isoCodes_cleanup()
2186 U_ASSERT(gIsoCodes == nullptr); in initIsoCodes()
2200 gIsoCodes = isoCodes; // Note: gIsoCodes is const. Once set up here it is never altered, in initIsoCodes()
2251 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode); in ucurr_isAvailable()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp99 static const UHashtable* gIsoCodes = NULL; variable
236 if (gIsoCodes != NULL) { in isoCodes_cleanup()
237 uhash_close(const_cast<UHashtable *>(gIsoCodes)); in isoCodes_cleanup()
238 gIsoCodes = NULL; in isoCodes_cleanup()
2160 U_ASSERT(gIsoCodes == NULL); in initIsoCodes()
2174 gIsoCodes = isoCodes; // Note: gIsoCodes is const. Once set up here it is never altered, in initIsoCodes()
2225 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode); in ucurr_isAvailable()