Searched refs:testArgs1 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 380 Formattable testArgs1[] = { abc, def }; in sample() local 384 form->format(testArgs1, 2, buffer2, fieldpos, success)); in sample() 463 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local 472 form->format(testArgs1, 2, string, ignore, err); in testSimpleFormat() 510 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local 511 form->format(testArgs1, 2, string, ignore, err); in testMsgFormatChoice() 553 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local 556 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural() 561 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 257 Object testArgs1[] = { "abc", "def" }; in TestSample() local 261 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 282 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 291 form.format(testArgs1, string, ignore); in TestSimpleFormat() 319 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 320 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1390 Object testArgs1[][] ={ in testSelectFormat() local 1402 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 253 Object testArgs1[] = { "abc", "def" }; in TestSample() local 257 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 278 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 287 form.format(testArgs1, string, ignore); in TestSimpleFormat() 315 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 316 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1386 Object testArgs1[][] ={ in testSelectFormat() local 1398 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|