Home | History | Annotate | Download | only in intltest

Lines Matching refs:TimeUnitAmount

65                 TimeUnitAmount* source = new TimeUnitAmount(tests[i], j, status);
66 if (!assertSuccess("TimeUnitAmount()", status)) return;
124 //================= TimeUnitAmount =================
127 TimeUnitAmount tma_long(formattable, TimeUnit::UTIMEUNIT_DAY, status);
128 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
131 TimeUnitAmount tma_double(formattable, TimeUnit::UTIMEUNIT_DAY, status);
132 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
135 TimeUnitAmount tma_double_3(formattable, TimeUnit::UTIMEUNIT_DAY, status);
136 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
138 TimeUnitAmount tma(2, TimeUnit::UTIMEUNIT_DAY, status);
139 if (!assertSuccess("TimeUnitAmount(number...)", status)) return;
141 TimeUnitAmount tma_h(2, TimeUnit::UTIMEUNIT_HOUR, status);
142 if (!assertSuccess("TimeUnitAmount(number...)", status)) return;
144 TimeUnitAmount second(tma);
145 TimeUnitAmount third_tma = tma;
146 TimeUnitAmount* fourth_tma = (TimeUnitAmount*)tma.clone();
273 TimeUnitAmount *tamt = new TimeUnitAmount(numbers[numberIndex], tunits[unitIndex], status);
275 dataerrln("generating TimeUnitAmount Object failed.");
277 std::cout << "Failed to get TimeUnitAmount for " << tunits[unitIndex] << "\n";
284 dataerrln("generating TimeUnitAmount Object failed.");