Lines Matching refs:testArgs12
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()
808 Formattable testArgs12[] = {"Kirti","other",(int32_t)1,"female"}; in testMsgFormatSelect() local
820 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, in testMsgFormatSelect()