Home
last modified time | relevance | path

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

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