Lines Matching refs:testResultStrings
51 static UChar* testResultStrings[5]; variable
69 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize); in InitStrings()
70 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings()
86 free(testResultStrings[i]); in FreeStrings()
139 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
144 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
171 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
176 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
219 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
224 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
912 else if(u_strcmp(result, testResultStrings[i])==0){ in TestMessageFormatWithValist()
917 austrdup(result), austrdup(testResultStrings[i]) ); in TestMessageFormatWithValist()