Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp467 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testSimpleFormat() local
482 form->format(testArgs2, 2, string, ignore, err); in testSimpleFormat()
521 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice() local
522 form->format(testArgs2, 2, string, ignore, err); in testMsgFormatChoice()
586 Formattable testArgs2((int32_t)4); in testMsgFormatPlural() local
587 mfNum2->format(&testArgs2, 1, numResult1, ignore, err); in testMsgFormatPlural()
590 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err); in testMsgFormatPlural()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java286 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
300 form.format(testArgs2, string, ignore); in TestSimpleFormat()
330 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
331 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java287 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
301 form.format(testArgs2, string, ignore); in TestSimpleFormat()
331 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
332 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()