Searched defs:testArgs1 (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 | 55 Map<String, Object> testArgs1 = Args.of("fileCount", new Integer(0), "diskName", "MyDisk"); in testSimpleFormat() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | TestMessageFormat.java | 264 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
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | TestMessageFormat.java | 267 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
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | tmsgfmt.cpp | 388 Formattable testArgs1[] = { abc, def }; in sample() local 471 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local 518 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local 561 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local
|