Searched refs:testArgs1 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 386 Formattable testArgs1[] = { abc, def }; in sample() local 390 form->format(testArgs1, 2, buffer2, fieldpos, success)); in sample() 469 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local 478 form->format(testArgs1, 2, string, ignore, err); in testSimpleFormat() 516 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local 517 form->format(testArgs1, 2, string, ignore, err); in testMsgFormatChoice() 559 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local 562 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural() 567 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 | 264 Object testArgs1[] = { "abc", "def" }; in TestSample() local 268 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 291 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 300 form.format(testArgs1, string, ignore); in TestSimpleFormat() 329 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 330 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1424 Object testArgs1[][] ={ in testSelectFormat() local 1436 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 267 Object testArgs1[] = { "abc", "def" }; in TestSample() local 271 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 294 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 303 form.format(testArgs1, string, ignore); in TestSimpleFormat() 332 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 333 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1427 Object testArgs1[][] ={ in testSelectFormat() local 1439 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|