Searched refs:tmunit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtufmtts.cpp11 #include "unicode/tmunit.h"
126 TimeUnit* tmunit = TimeUnit::createInstance(TimeUnit::UTIMEUNIT_YEAR, status); local
129 TimeUnit* another = (TimeUnit*)tmunit->clone();
130 TimeUnit third(*tmunit);
133 assertTrue("orig and clone are equal", (*tmunit == *another));
137 assertTrue("year != month", (*tmunit != *tmunit_m));
166 delete tmunit;

Completed in 115 milliseconds