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