Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expected_string

1599     UChar* expected_string
1716 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1717 u_strcpy(expected_string,base);
1718 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1720 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1721 u_strcpy(expected_string,kERROR);
1727 CONFIRM_EQ(string, expected_string);
1755 u_strcpy(expected_string, base);
1757 u_strcat(expected_string, element);
1760 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
1794 u_strcpy(expected_string, base);
1796 u_strcat(expected_string, element);
1798 u_strcpy(expected_string, kERROR);
1804 CONFIRM_EQ(string,expected_string);
1845 u_strcpy(expected_string, base);
1847 u_strcat(expected_string, element);
1849 u_strcat(expected_string, element);
1853 CONFIRM_EQ(stringValue, expected_string);
1894 u_strcpy(expected_string, base);
1896 u_strcat(expected_string, element);
1898 u_strcat(expected_string, element);
1900 u_strcpy(expected_string,kERROR);
1902 CONFIRM_EQ(string,expected_string);
1980 u_strcpy(expected_string, base);
1982 u_strcat(expected_string, element);
1983 CONFIRM_EQ(string,expected_string);
1992 free(expected_string);