Home | History | Annotate | Download | only in intltest

Lines Matching refs:testArgs3

465     Formattable testArgs3[] = {(int32_t)12, "MyDisk"};
487 form->format(testArgs3, 2, string, ignore, err);
526 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"};
527 form->format(testArgs3, 2, string, ignore, err);
616 Formattable testArgs3((int32_t)0);
618 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err);