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.java258 Object testArgs1[] = { "abc", "def" }; in TestSample() local
285 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local
323 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local
1416 Object testArgs1[][] ={ in testSelectFormat() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java259 Object testArgs1[] = { "abc", "def" }; in TestSample() local
286 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local
324 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local
1417 Object testArgs1[][] ={ in testSelectFormat() local
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp383 Formattable testArgs1[] = { abc, def }; in sample() local
466 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local
513 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local
556 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local