Home | History | Annotate | Download | only in cintltst

Lines Matching full:expected_string

1594     UChar* expected_string = NULL;
1711 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1712 u_strcpy(expected_string,base);
1713 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1715 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1716 u_strcpy(expected_string,kERROR);
1722 CONFIRM_EQ(string, expected_string);
1750 u_strcpy(expected_string, base);
1752 u_strcat(expected_string, element);
1755 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
1789 u_strcpy(expected_string, base);
1791 u_strcat(expected_string, element);
1793 u_strcpy(expected_string, kERROR);
1799 CONFIRM_EQ(string,expected_string);
1840 u_strcpy(expected_string, base);
1842 u_strcat(expected_string, element);
1844 u_strcat(expected_string, element);
1848 CONFIRM_EQ(stringValue, expected_string);
1889 u_strcpy(expected_string, base);
1891 u_strcat(expected_string, element);
1893 u_strcat(expected_string, element);
1895 u_strcpy(expected_string,kERROR);
1897 CONFIRM_EQ(string,expected_string);
1975 u_strcpy(expected_string, base);
1977 u_strcat(expected_string, element);
1978 CONFIRM_EQ(string,expected_string);
1987 free(expected_string);