Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testResultStrings

50 static UChar* testResultStrings[5];
68 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize);
69 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
85 free(testResultStrings[i]);
134 if(u_strcmp(result, testResultStrings[i])==0){
139 austrdup(result), austrdup(testResultStrings[i]) );
166 if(u_strcmp(result, testResultStrings[i])==0){
171 austrdup(result), austrdup(testResultStrings[i]) );
214 if(u_strcmp(result, testResultStrings[i])==0){
219 austrdup(result), austrdup(testResultStrings[i]) );
907 else if(u_strcmp(result, testResultStrings[i])==0){
912 austrdup(result), austrdup(testResultStrings[i]) );