Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp381 DateInterval dtitv1(3600*24*365, 3600*24*366); in testAPI() local
382 DateInterval dtitv2(dtitv1); in testAPI()
384 if (!(dtitv1 == dtitv2)) { in testAPI()
389 dtitv3 = dtitv1; in testAPI()
390 if (!(dtitv3 == dtitv1)) { in testAPI()
394 DateInterval *dtitv4 = dtitv1.clone(); in testAPI()
395 if (*dtitv4 != dtitv1) { in testAPI()