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.java280 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local
299 form.format(testArgs3, string, ignore); in TestSimpleFormat()
329 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local
330 form.format(testArgs3, string, ignore); in TestMsgFormatChoice()
1408 Object testArgs3[][] ={ in testSelectFormat() local
1421 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp465 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat() local
487 form->format(testArgs3, 2, string, ignore, err); in testSimpleFormat()
526 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice() local
527 form->format(testArgs3, 2, string, ignore, err); in testMsgFormatChoice()
616 Formattable testArgs3((int32_t)0); in testMsgFormatPlural() local
618 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java284 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local
303 form.format(testArgs3, string, ignore); in TestSimpleFormat()
333 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local
334 form.format(testArgs3, string, ignore); in TestMsgFormatChoice()
1412 Object testArgs3[][] ={ in testSelectFormat() local
1425 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()