OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
257
Transition *
trst
= (Transition*)uprv_malloc(sizeof(Transition));
local
258
if (
trst
== NULL) {
262
trst
->time = nextTransitionTime;
263
trst
->from = curRule;
264
trst
->to = nextRule;
265
fHistoricTransitions->addElement(
trst
, status);
/external/icu4c/i18n/
rbtz.cpp
277
Transition *
trst
= (Transition*)uprv_malloc(sizeof(Transition));
local
278
if (
trst
== NULL) {
282
trst
->time = nextTransitionTime;
283
trst
->from = curRule;
284
trst
->to = nextRule;
285
fHistoricTransitions->addElement(
trst
, status);
Completed in 54 milliseconds