Home
last modified time | relevance | path

Searched refs:testArgs1 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
Dtmsgfmt.cpp371 Formattable testArgs1[] = { abc, def }; in sample() local
375 form->format(testArgs1, 2, buffer2, fieldpos, success)); in sample()
454 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local
463 form->format(testArgs1, 2, string, ignore, err); in testSimpleFormat()
501 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local
502 form->format(testArgs1, 2, string, ignore, err); in testMsgFormatChoice()
544 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local
547 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural()
552 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp381 Formattable testArgs1[] = { abc, def }; in sample() local
385 form->format(testArgs1, 2, buffer2, fieldpos, success)); in sample()
464 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat() local
473 form->format(testArgs1, 2, string, ignore, err); in testSimpleFormat()
511 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice() local
512 form->format(testArgs1, 2, string, ignore, err); in testMsgFormatChoice()
554 Formattable testArgs1((int32_t)0); in testMsgFormatPlural() local
557 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural()
562 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural()