Home
last modified time | relevance | path

Searched defs:testArgs1 (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java264 Object testArgs1[] = { "abc", "def" }; in TestSample() local
291 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local
329 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local
1424 Object testArgs1[][] ={ in testSelectFormat() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java267 Object testArgs1[] = { "abc", "def" }; in TestSample() local
294 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local
332 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local
1427 Object testArgs1[][] ={ in testSelectFormat() local
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp386 Formattable testArgs1[] = { abc, def }; in sample() local
469 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local
516 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local
559 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local