OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmf_clone
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp
173
TimeUnitFormat*
tmf_clone
= (TimeUnitFormat*)tmf_en->clone();
local
174
assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *
tmf_clone
));
175
delete
tmf_clone
;
/external/icu4c/test/intltest/
tufmtts.cpp
174
TimeUnitFormat*
tmf_clone
= (TimeUnitFormat*)tmf_en->clone();
local
175
assertTrue("TimeUnitFormat: orig and clone are equal", (*tmf_en == *
tmf_clone
));
176
delete
tmf_clone
;
Completed in 104 milliseconds