Searched defs:testArgs3 (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 | 57 Map<String, Object> testArgs3 = Args.of("fileCount", new Integer(12), "diskName", "MyDisk"); in testSimpleFormat() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | TestMessageFormat.java | 293 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local 343 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local 1446 Object testArgs3[][] ={ in testSelectFormat() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | TestMessageFormat.java | 296 Object testArgs3[] = {new Integer(12), "MyDisk"}; in TestSimpleFormat() local 346 Object testArgs3[] = {new Integer(1273), "MyDisk"}; in TestMsgFormatChoice() local 1449 Object testArgs3[][] ={ in testSelectFormat() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | tmsgfmt.cpp | 473 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat() local 534 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice() local 624 Formattable testArgs3((int32_t)0); in testMsgFormatPlural() local
|