Searched defs:dstInf (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp2091 TZDBNameInfo *dstInf = (TZDBNameInfo *)uprv_malloc(sizeof(TZDBNameInfo)); local
2092 if (dstInf == NULL) {
2096 dstInf->mzID = uMzID;
2097 dstInf->type = UTZNM_SHORT_DAYLIGHT;
2098 dstInf->ambiguousType = ambiguousType;
2099 dstInf->parseRegions = parseRegions;
2100 dstInf->nRegions = numRegions;
2101 gTZDBNamesTrie->put(dst, dstInf, status);

Completed in 481 milliseconds