Home | History | Annotate | Download | only in i18n

Lines Matching refs:dstInf

2091                 TZDBNameInfo *dstInf = (TZDBNameInfo *)uprv_malloc(sizeof(TZDBNameInfo));
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);