OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmunit_m
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp
114
TimeUnit*
tmunit_m
= TimeUnit::createInstance(TimeUnit::UTIMEUNIT_MONTH, status);
local
115
assertTrue("year != month", (*tmunit != *
tmunit_m
));
117
TimeUnit::UTimeUnitFields field =
tmunit_m
->getTimeUnitField();
122
delete
tmunit_m
;
/external/icu4c/test/intltest/
tufmtts.cpp
115
TimeUnit*
tmunit_m
= TimeUnit::createInstance(TimeUnit::UTIMEUNIT_MONTH, status);
local
116
assertTrue("year != month", (*tmunit != *
tmunit_m
));
118
TimeUnit::UTimeUnitFields field =
tmunit_m
->getTimeUnitField();
123
delete
tmunit_m
;
Completed in 74 milliseconds