Searched refs:gIsoCodes (Results 1 – 3 of 3) sorted by relevance
99 static const UHashtable* gIsoCodes = NULL; variable236 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()
99 static const UHashtable* gIsoCodes = nullptr; variable236 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()
99 static const UHashtable* gIsoCodes = NULL; variable236 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()