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

  /system/bt/stack/include/
btm_api.h     [all...]
  /external/icu/icu4c/source/i18n/
rbtz.cpp 273 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 73 milliseconds