Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java291 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local
310 form.format(testArgs3, string, ignore); in TestSimpleFormat()
341 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local
342 form.format(testArgs3, string, ignore); in TestMsgFormatChoice()
1444 Object testArgs3[][] ={ in testSelectFormat() local
1457 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp470 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat() local
492 form->format(testArgs3, 2, string, ignore, err); in testSimpleFormat()
531 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice() local
532 form->format(testArgs3, 2, string, ignore, err); in testMsgFormatChoice()
621 Formattable testArgs3((int32_t)0); in testMsgFormatPlural() local
623 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java294 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local
313 form.format(testArgs3, string, ignore); in TestSimpleFormat()
344 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local
345 form.format(testArgs3, string, ignore); in TestMsgFormatChoice()
1447 Object testArgs3[][] ={ in testSelectFormat() local
1460 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()