Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp470 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testSimpleFormat() local
485 form->format(testArgs2, 2, string, ignore, err); in testSimpleFormat()
524 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice() local
525 form->format(testArgs2, 2, string, ignore, err); in testMsgFormatChoice()
589 Formattable testArgs2((int32_t)4); in testMsgFormatPlural() local
590 mfNum2->format(&testArgs2, 1, numResult1, ignore, err); in testMsgFormatPlural()
593 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err); in testMsgFormatPlural()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java292 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
306 form.format(testArgs2, string, ignore); in TestSimpleFormat()
336 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
337 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java295 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
309 form.format(testArgs2, string, ignore); in TestSimpleFormat()
339 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
340 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()