Searched refs:testArgs12 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 698 Formattable testArgs12[] = {"Ash","unknown"}; in testMsgFormatSelect() local 699 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 720 Formattable testArgs12[] = {"Ash","male"}; in testMsgFormatSelect() local 721 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 742 Formattable testArgs12[] = {"male"}; in testMsgFormatSelect() local 743 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 765 Formattable testArgs12[] = {"Kirti","other",(int32_t)6}; in testMsgFormatSelect() local 766 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 787 Formattable testArgs12[] = {"Ash",(int32_t)1,"other"}; in testMsgFormatSelect() local 789 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect() [all …]
|