Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expected_string

255     UChar* expected_string = NULL;
384 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
385 u_strcpy(expected_string,base);
390 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
391 u_strcpy(expected_string,kERROR);
395 CONFIRM_EQ(string, expected_string);
397 free(expected_string);