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

/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp273 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); local
274 if (trst == NULL) {
278 trst->time = nextTransitionTime;
279 trst->from = curRule;
280 trst->to = nextRule;
281 fHistoricTransitions->addElement(trst, status);
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp273 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); local
274 if (trst == NULL) {
278 trst->time = nextTransitionTime;
279 trst->from = curRule;
280 trst->to = nextRule;
281 fHistoricTransitions->addElement(trst, status);

Completed in 114 milliseconds