Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dzonemeta.cpp45 static UHashtable *gMetaZoneIDTable = NULL; variable
72 if (gMetaZoneIDTable != NULL) { in zoneMeta_cleanup()
73 uhash_close(gMetaZoneIDTable); in zoneMeta_cleanup()
74 gMetaZoneIDTable = NULL; in zoneMeta_cleanup()
765 U_ASSERT(gMetaZoneIDTable == NULL); in initAvailableMetaZoneIDs()
769gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in initAvailableMetaZoneIDs()
770 if (U_FAILURE(status) || gMetaZoneIDTable == NULL) { in initAvailableMetaZoneIDs()
771 gMetaZoneIDTable = NULL; in initAvailableMetaZoneIDs()
774 uhash_setKeyDeleter(gMetaZoneIDTable, uprv_deleteUObject); in initAvailableMetaZoneIDs()
779 uhash_close(gMetaZoneIDTable); in initAvailableMetaZoneIDs()
[all …]