HomeSort by relevance Sort by last modified time
    Searched full:trst (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
rbtz.cpp 255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); local
256 if (trst == NULL) {
260 trst->time = nextTransitionTime;
261 trst->from = curRule;
262 trst->to = nextRule;
263 fHistoricTransitions->addElement(trst, status);
  /external/icu4c/i18n/
rbtz.cpp 255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); local
256 if (trst == NULL) {
260 trst->time = nextTransitionTime;
261 trst->from = curRule;
262 trst->to = nextRule;
263 fHistoricTransitions->addElement(trst, status);

Completed in 400 milliseconds