Searched refs:testArgs12 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 695 Formattable testArgs12[] = {"Ash","unknown"}; in testMsgFormatSelect() local 696 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 717 Formattable testArgs12[] = {"Ash","male"}; in testMsgFormatSelect() local 718 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 739 Formattable testArgs12[] = {"male"}; in testMsgFormatSelect() local 740 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 762 Formattable testArgs12[] = {"Kirti","other",(int32_t)6}; in testMsgFormatSelect() local 763 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() 784 Formattable testArgs12[] = {"Ash",(int32_t)1,"other"}; in testMsgFormatSelect() local 786 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect() [all …]
|