Lines Matching refs:testResultStrings
53 static UChar* testResultStrings[5]; variable
71 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize); in InitStrings()
72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings()
88 free(testResultStrings[i]); in FreeStrings()
141 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
146 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
173 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
178 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
225 if(u_strcmp(result, testResultStrings[i])==0){ in MessageFormatTest()
230 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest()
928 else if(u_strcmp(result, testResultStrings[i])==0){ in TestMessageFormatWithValist()
933 austrdup(result), austrdup(testResultStrings[i]) ); in TestMessageFormatWithValist()