Searched defs:testArgs1 (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp384 Formattable testArgs1[] = { abc, def }; local
388 form->format(testArgs1, 2, buffer2, fieldpos, success));
467 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; local
476 form->format(testArgs1, 2, string, ignore, err);
514 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; local
515 form->format(testArgs1, 2, string, ignore, err);
557 Formattable testArgs1((int32_t)0);
560 mfNum->format(&testArgs1, 1, numResult1, ignore, err);
565 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err);

Completed in 386 milliseconds