OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fourth_tma
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp
146
TimeUnitAmount*
fourth_tma
= (TimeUnitAmount*)tma.clone();
local
149
assertTrue("clone and assigned are equal", (third_tma == *
fourth_tma
));
156
delete
fourth_tma
;
/external/icu4c/test/intltest/
tufmtts.cpp
147
TimeUnitAmount*
fourth_tma
= (TimeUnitAmount*)tma.clone();
local
150
assertTrue("clone and assigned are equal", (third_tma == *
fourth_tma
));
157
delete
fourth_tma
;
Completed in 44 milliseconds