Home
last modified time | relevance | path

Searched refs:dtitv1 (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
Ddtifmtts.cpp319 DateInterval dtitv1(3600*24*365, 3600*24*366); in testAPI() local
320 DateInterval dtitv2(dtitv1); in testAPI()
322 if (!(dtitv1 == dtitv2)) { in testAPI()
327 dtitv3 = dtitv1; in testAPI()
328 if (!(dtitv3 == dtitv1)) { in testAPI()
332 DateInterval *dtitv4 = dtitv1.clone(); in testAPI()
333 if (*dtitv4 != dtitv1) { in testAPI()