Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp469 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testSimpleFormat() local
484 form->format(testArgs2, 2, string, ignore, err); in testSimpleFormat()
523 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice() local
524 form->format(testArgs2, 2, string, ignore, err); in testMsgFormatChoice()
588 Formattable testArgs2((int32_t)4); in testMsgFormatPlural() local
589 mfNum2->format(&testArgs2, 1, numResult1, ignore, err); in testMsgFormatPlural()
592 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err); in testMsgFormatPlural()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java293 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
307 form.format(testArgs2, string, ignore); in TestSimpleFormat()
337 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
338 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java290 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
304 form.format(testArgs2, string, ignore); in TestSimpleFormat()
334 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
335 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()