Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp471 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat() local
493 form->format(testArgs3, 2, string, ignore, err); in testSimpleFormat()
532 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice() local
533 form->format(testArgs3, 2, string, ignore, err); in testMsgFormatChoice()
622 Formattable testArgs3((int32_t)0); in testMsgFormatPlural() local
624 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java293 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local
312 form.format(testArgs3, string, ignore); in TestSimpleFormat()
343 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local
344 form.format(testArgs3, string, ignore); in TestMsgFormatChoice()
1446 Object testArgs3[][] ={ in testSelectFormat() local
1459 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java296 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local
315 form.format(testArgs3, string, ignore); in TestSimpleFormat()
346 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local
347 form.format(testArgs3, string, ignore); in TestMsgFormatChoice()
1449 Object testArgs3[][] ={ in testSelectFormat() local
1462 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()