Home | History | Annotate | Download | only in intltest

Lines Matching refs:TimeUnitAmount

66                 TimeUnitAmount* source = new TimeUnitAmount(tests[i], j, status);
67 if (!assertSuccess("TimeUnitAmount()", status)) return;
125 //================= TimeUnitAmount =================
128 TimeUnitAmount tma_long(formattable, TimeUnit::UTIMEUNIT_DAY, status);
129 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
132 TimeUnitAmount tma_double(formattable, TimeUnit::UTIMEUNIT_DAY, status);
133 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
136 TimeUnitAmount tma_double_3(formattable, TimeUnit::UTIMEUNIT_DAY, status);
137 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
139 TimeUnitAmount tma(2, TimeUnit::UTIMEUNIT_DAY, status);
140 if (!assertSuccess("TimeUnitAmount(number...)", status)) return;
142 TimeUnitAmount tma_h(2, TimeUnit::UTIMEUNIT_HOUR, status);
143 if (!assertSuccess("TimeUnitAmount(number...)", status)) return;
145 TimeUnitAmount second(tma);
146 TimeUnitAmount third_tma = tma;
147 TimeUnitAmount* fourth_tma = (TimeUnitAmount*)tma.clone();
274 TimeUnitAmount *tamt = new TimeUnitAmount(numbers[numberIndex], tunits[unitIndex], status);
276 dataerrln("generating TimeUnitAmount Object failed.");
278 std::cout << "Failed to get TimeUnitAmount for " << tunits[unitIndex] << "\n";
285 dataerrln("generating TimeUnitAmount Object failed.");