Searched refs:testArgs11 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 697 Formattable testArgs11[] = {"Victor","other"}; in testMsgFormatSelect() local 699 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 719 Formattable testArgs11[] = {"Victor","other"}; in testMsgFormatSelect() local 721 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 741 Formattable testArgs11[] = {"other"}; in testMsgFormatSelect() local 743 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 764 Formattable testArgs11[] = {"Kirti","female",100.100}; in testMsgFormatSelect() local 766 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 786 Formattable testArgs11[] = {"Kirti",(int32_t)1,"female"}; in testMsgFormatSelect() local 789 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect() [all …]
|