Searched refs:testArgs3 (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tmsgfmt.cpp | 456 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat() local 478 form->format(testArgs3, 2, string, ignore, err); in testSimpleFormat() 517 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice() local 518 form->format(testArgs3, 2, string, ignore, err); in testMsgFormatChoice() 607 Formattable testArgs3((int32_t)0); in testMsgFormatPlural() local 609 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 466 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat() local 488 form->format(testArgs3, 2, string, ignore, err); in testSimpleFormat() 527 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice() local 528 form->format(testArgs3, 2, string, ignore, err); in testMsgFormatChoice() 617 Formattable testArgs3((int32_t)0); in testMsgFormatPlural() local 619 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
|