Searched refs:testArgs1 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 383 Formattable testArgs1[] = { abc, def }; in sample() local 387 form->format(testArgs1, 2, buffer2, fieldpos, success)); in sample() 466 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local 475 form->format(testArgs1, 2, string, ignore, err); in testSimpleFormat() 513 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local 514 form->format(testArgs1, 2, string, ignore, err); in testMsgFormatChoice() 556 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local 559 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural() 564 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 | 258 Object testArgs1[] = { "abc", "def" }; in TestSample() local 262 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 285 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 294 form.format(testArgs1, string, ignore); in TestSimpleFormat() 323 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 324 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1416 Object testArgs1[][] ={ in testSelectFormat() local 1428 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 259 Object testArgs1[] = { "abc", "def" }; in TestSample() local 263 form.format(testArgs1, buffer2, fieldpos).toString()); in TestSample() 286 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local 295 form.format(testArgs1, string, ignore); in TestSimpleFormat() 324 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local 325 form.format(testArgs1, string, ignore); in TestMsgFormatChoice() 1417 Object testArgs1[][] ={ in testSelectFormat() local 1429 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|