Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dzonemeta.cpp768 …UHashtable *metaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL… in initAvailableMetaZoneIDs() local
769 uhash_setKeyDeleter(metaZoneIDTable, uprv_deleteUObject); in initAvailableMetaZoneIDs()
778 uhash_close(metaZoneIDTable); in initAvailableMetaZoneIDs()
803 if (uhash_get(metaZoneIDTable, usMzID) == NULL) { in initAvailableMetaZoneIDs()
805 uhash_put(metaZoneIDTable, (void *)usMzID, (void *)uMzID, &status); in initAvailableMetaZoneIDs()
813 gMetaZoneIDTable = metaZoneIDTable; in initAvailableMetaZoneIDs()
816 uhash_close(metaZoneIDTable); in initAvailableMetaZoneIDs()