Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducurr.cpp115 static const UHashtable* gIsoCodes = NULL; variable
252 if (gIsoCodes != NULL) { in isoCodes_cleanup()
253 uhash_close(const_cast<UHashtable *>(gIsoCodes)); in isoCodes_cleanup()
254 gIsoCodes = NULL; in isoCodes_cleanup()
2169 U_ASSERT(gIsoCodes == NULL); in initIsoCodes()
2183 gIsoCodes = isoCodes; // Note: gIsoCodes is const. Once set up here it is never altered, in initIsoCodes()
2230 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode); in ucurr_isAvailable()