Searched refs:testArgs10 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 699 Formattable testArgs10[] = {"Kirti","female"}; in testMsgFormatSelect() local 702 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 721 Formattable testArgs10[] = {"Kirti","female"}; in testMsgFormatSelect() local 724 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 743 Formattable testArgs10[] = {"female"}; in testMsgFormatSelect() local 746 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 766 Formattable testArgs10[] = {"Kirti","female",(int32_t)6}; in testMsgFormatSelect() local 769 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 789 Formattable testArgs10[] = {"Kirti",(int32_t)6,"female"}; in testMsgFormatSelect() local 793 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect() [all …]
|