Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testResultStrings

53 static UChar* testResultStrings[5];
71 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
88 free(testResultStrings[i]);
141 if(u_strcmp(result, testResultStrings[i])==0){
146 austrdup(result), austrdup(testResultStrings[i]) );
173 if(u_strcmp(result, testResultStrings[i])==0){
178 austrdup(result), austrdup(testResultStrings[i]) );
221 if(u_strcmp(result, testResultStrings[i])==0){
226 austrdup(result), austrdup(testResultStrings[i]) );
914 else if(u_strcmp(result, testResultStrings[i])==0){
919 austrdup(result), austrdup(testResultStrings[i]) );