Searched refs:testArgs1 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 385 Formattable testArgs1[] = { abc, def }; in sample() local 389 form->format(testArgs1, 2, buffer2, fieldpos, success)); in sample() 468 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local 477 form->format(testArgs1, 2, string, ignore, err); in testSimpleFormat() 515 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local 516 form->format(testArgs1, 2, string, ignore, err); in testMsgFormatChoice() 558 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local 561 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural() 566 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 262 Object testArgs1[] = { "abc", "def" }; in TestSample() local 266 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 289 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 298 form.format(testArgs1, string, ignore); in TestSimpleFormat() 327 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 328 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1422 Object testArgs1[][] ={ in testSelectFormat() local 1434 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 265 Object testArgs1[] = { "abc", "def" }; in TestSample() local 269 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 292 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 301 form.format(testArgs1, string, ignore); in TestSimpleFormat() 330 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 331 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1425 Object testArgs1[][] ={ in testSelectFormat() local 1437 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|