Searched refs:trst (Results 1 – 1 of 1) sorted by relevance
275 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete() local276 if (trst == NULL) { in complete()280 trst->time = nextTransitionTime; in complete()281 trst->from = curRule; in complete()282 trst->to = nextRule; in complete()283 fHistoricTransitions->addElement(trst, status); in complete()