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/ |
| D | Mf2IcuTest.java | 56 Map<String, Object> testArgs2 = Args.of("fileCount", new Integer(1), "diskName", "MyDisk"); in testSimpleFormat() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | tmsgfmt.cpp | 472 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/ |
| D | TestMessageFormat.java | 292 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/ |
| D | TestMessageFormat.java | 295 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local 339 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
|