Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expected_string

1597     UChar* expected_string = NULL;
1714 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1715 u_strcpy(expected_string,base);
1716 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1718 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1719 u_strcpy(expected_string,kERROR);
1725 CONFIRM_EQ(string, expected_string);
1753 u_strcpy(expected_string, base);
1755 u_strcat(expected_string, element);
1758 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
1792 u_strcpy(expected_string, base);
1794 u_strcat(expected_string, element);
1796 u_strcpy(expected_string, kERROR);
1802 CONFIRM_EQ(string,expected_string);
1843 u_strcpy(expected_string, base);
1845 u_strcat(expected_string, element);
1847 u_strcat(expected_string, element);
1851 CONFIRM_EQ(stringValue, expected_string);
1892 u_strcpy(expected_string, base);
1894 u_strcat(expected_string, element);
1896 u_strcat(expected_string, element);
1898 u_strcpy(expected_string,kERROR);
1900 CONFIRM_EQ(string,expected_string);
1978 u_strcpy(expected_string, base);
1980 u_strcat(expected_string, element);
1981 CONFIRM_EQ(string,expected_string);
1990 free(expected_string);