HomeSort by relevance Sort by last modified time
    Searched refs:testArgs3 (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 288 Object testArgs3[] = {new Integer(12), "MyDisk"};
307 form.format(testArgs3, string, ignore);
338 Object testArgs3[] = {new Integer(1273), "MyDisk"};
339 form.format(testArgs3, string, ignore);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 468 Formattable testArgs3[] = {(int32_t)12, "MyDisk"};
490 form->format(testArgs3, 2, string, ignore, err);
529 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"};
530 form->format(testArgs3, 2, string, ignore, err);
619 Formattable testArgs3((int32_t)0);
621 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 287 Object testArgs3[] = {new Integer(12), "MyDisk"};
306 form.format(testArgs3, string, ignore);
337 Object testArgs3[] = {new Integer(1273), "MyDisk"};
338 form.format(testArgs3, string, ignore);
    [all...]

Completed in 138 milliseconds