Lines Matching refs:testArgs12
700 Formattable testArgs12[] = {"Ash","unknown"}; in testMsgFormatSelect() local
701 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
722 Formattable testArgs12[] = {"Ash","male"}; in testMsgFormatSelect() local
723 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
744 Formattable testArgs12[] = {"male"}; in testMsgFormatSelect() local
745 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
767 Formattable testArgs12[] = {"Kirti","other",(int32_t)6}; in testMsgFormatSelect() local
768 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
790 Formattable testArgs12[] = {"Ash",(int32_t)1,"other"}; in testMsgFormatSelect() local
792 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect()
814 Formattable testArgs12[] = {"Kirti","other",(int32_t)1,"female"}; in testMsgFormatSelect() local
826 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, in testMsgFormatSelect()