Searched defs:expected_string (Results 1 - 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dwtf_types_unittest.cc85 void ExpectString(const WTF::String& expected_string, argument
88 EXPECT_EQ(expected_string, string);
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c255 UChar* expected_string = NULL; local
384 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
385 u_strcpy(expected_string,base);
390 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
391 u_strcpy(expected_string,kERROR);
395 CONFIRM_EQ(string, expected_string);
397 free(expected_string);
H A Dcreststn.c1597 UChar* expected_string = NULL; local
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);
[all...]

Completed in 126 milliseconds