Home
last modified time | relevance | path

Searched defs:testArgs2 (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DMf2IcuTest.java56 Map<String, Object> testArgs2 = Args.of("fileCount", new Integer(1), "diskName", "MyDisk"); in testSimpleFormat() local
/third_party/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp472 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testSimpleFormat() local
526 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice() local
591 Formattable testArgs2((int32_t)4); in testMsgFormatPlural() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java292 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
336 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTestMessageFormat.java295 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
339 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local