Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java265 Object testArgs1[] = { "abc", "def" }; in TestSample() local
292 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local
330 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local
1425 Object testArgs1[][] ={ in testSelectFormat() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java262 Object testArgs1[] = { "abc", "def" }; in TestSample() local
289 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestSimpleFormat() local
327 Object testArgs1[] = {new Integer(0), "MyDisk"}; in TestMsgFormatChoice() local
1422 Object testArgs1[][] ={ in testSelectFormat() local
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp385 Formattable testArgs1[] = { abc, def }; in sample() local
468 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local
515 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local
558 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local