Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtchcfmt.cpp175 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; in TestComplexExample() local
213 testArgs[0] = Formattable((int32_t)i); in TestComplexExample()
214 testArgs[2] = testArgs[0]; in TestComplexExample()
215 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
277 testArgs[0] = Formattable((int32_t)i); in TestComplexExample()
278 testArgs[2] = testArgs[0]; in TestComplexExample()
279 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
Dtmsgfmt.cpp240 Formattable testArgs[] = { in PatternTest() local
305 form->format(testArgs, count, result, fieldpos, success); in PatternTest()
337 if (values == 0 || testArgs[j] != values[j]) { in PatternTest()
338 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest()
Dmsfmrgts.cpp793 Formattable testArgs [] = { in Test4105380() local
801 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380()
804 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()
/external/icu4c/test/perf/perldriver/
DPerfFramework.pm18 my @testArgs; # different kinds of tests we want to do