Searched refs:testArgs3 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 287 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local 306 form.format(testArgs3, string, ignore); in TestSimpleFormat() 337 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local 338 form.format(testArgs3, string, ignore); in TestMsgFormatChoice() 1438 Object testArgs3[][] ={ in testSelectFormat() local 1451 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 468 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat() local 490 form->format(testArgs3, 2, string, ignore, err); in testSimpleFormat() 529 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice() local 530 form->format(testArgs3, 2, string, ignore, err); in testMsgFormatChoice() 619 Formattable testArgs3((int32_t)0); in testMsgFormatPlural() local 621 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 288 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local 307 form.format(testArgs3, string, ignore); in TestSimpleFormat() 338 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local 339 form.format(testArgs3, string, ignore); in TestMsgFormatChoice() 1439 Object testArgs3[][] ={ in testSelectFormat() local 1452 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()
|