Searched refs:trst (Results 1 – 2 of 2) sorted by relevance
255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete() local256 if (trst == NULL) { in complete()260 trst->time = nextTransitionTime; in complete()261 trst->from = curRule; in complete()262 trst->to = nextRule; in complete()263 fHistoricTransitions->addElement(trst, status); in complete()