Lines Matching refs:testArgs12
701 Formattable testArgs12[] = {"Ash","unknown"}; in testMsgFormatSelect() local
702 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
723 Formattable testArgs12[] = {"Ash","male"}; in testMsgFormatSelect() local
724 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
745 Formattable testArgs12[] = {"male"}; in testMsgFormatSelect() local
746 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
768 Formattable testArgs12[] = {"Kirti","other",(int32_t)6}; in testMsgFormatSelect() local
769 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
791 Formattable testArgs12[] = {"Ash",(int32_t)1,"other"}; in testMsgFormatSelect() local
793 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect()
816 Formattable testArgs12[] = {"Kirti","other",(int32_t)1,"female"}; in testMsgFormatSelect() local
828 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, in testMsgFormatSelect()