Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp469 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testSimpleFormat() local
523 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice() local
588 Formattable testArgs2((int32_t)4); in testMsgFormatPlural() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java290 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
334 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java293 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
337 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local