Home | History | Annotate | Download | only in cintltst

Lines Matching full:expected_string

252     UChar* expected_string = NULL;
381 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
382 u_strcpy(expected_string,base);
387 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
388 u_strcpy(expected_string,kERROR);
392 CONFIRM_EQ(string, expected_string);
394 free(expected_string);