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