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

  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]
  /external/chromium_org/third_party/icu/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);
  /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 5989 milliseconds