Searched refs:tHT (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dudata.cpp248 UHashtable *tHT = NULL; local
256 tHT = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &err);
258 if (tHT == NULL) {
261 uhash_setValueDeleter(tHT, DataCacheElement_deleter);
265 gCommonDataCache = tHT;
266 tHT = NULL;
270 if (tHT != NULL) {
271 uhash_close(tHT);

Completed in 53 milliseconds