Lines Matching refs:expected_string
1598 expected_string = NULL;
1715 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1716 u_strcpy(expected_string,base);
1717 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1719 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1720 u_strcpy(expected_string,kERROR);
1726 CONFIRM_EQ(string, expected_string);
1754 u_strcpy(expected_string, base);
1756 u_strcat(expected_string, element);
1759 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
1793 u_strcpy(expected_string, base);
1795 u_strcat(expected_string, element);
1797 u_strcpy(expected_string, kERROR);
1803 CONFIRM_EQ(string,expected_string);
1844 u_strcpy(expected_string, base);
1846 u_strcat(expected_string, element);
1848 u_strcat(expected_string, element);
1852 CONFIRM_EQ(stringValue, expected_string);
1893 u_strcpy(expected_string, base);
1895 u_strcat(expected_string, element);
1897 u_strcat(expected_string, element);
1899 u_strcpy(expected_string,kERROR);
1901 CONFIRM_EQ(string,expected_string);
1979 u_strcpy(expected_string, base);
1981 u_strcat(expected_string, element);
1982 CONFIRM_EQ(string,expected_string);
1991 free(expected_string);