Home
last modified time | relevance | path

Searched refs:trst (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drbtz.cpp275 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete() local
276 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()
/third_party/icu/icu4c/source/i18n/
Drbtz.cpp275 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete() local
276 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Drbtz.cpp275 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete() local
276 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()
/third_party/node/deps/icu-small/source/i18n/
Drbtz.cpp285 LocalPointer<Transition> trst(new Transition, status); in complete() local
289 trst->time = nextTransitionTime; in complete()
290 trst->from = curRule; in complete()
291 trst->to = nextRule; in complete()
292 fHistoricTransitions->adoptElement(trst.orphan(), status); in complete()