Home
last modified time | relevance | path

Searched refs:expected_string (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp716 UnicodeString expected_string(kErrorUChars); in testTag() local
718 expected_string = base; in testTag()
721 CONFIRM_EQ(string, expected_string); in testTag()
752 expected_string = base; in testTag()
753 expected_string += itoa(j,buf); in testTag()
754 CONFIRM_EQ(array.getNextString(status),expected_string); in testTag()
787 expected_string = base; in testTag()
788 expected_string += itoa(index,buf); in testTag()
790 expected_string = kErrorUChars; in testTag()
792 CONFIRM_EQ(string,expected_string); in testTag()
[all …]
Drestest.cpp400 UnicodeString expected_string(kErrorUChars); in testTag() local
402 expected_string = base; in testTag()
405 CONFIRM_EQ(string, expected_string, action); in testTag()
431 expected_string = base; in testTag()
432 expected_string += itoa(j,buf); in testTag()
433 CONFIRM_EQ(value, expected_string, action); in testTag()
453 expected_string = base; in testTag()
454 expected_string += itoa(index,buf); in testTag()
458 expected_string = kErrorUChars; in testTag()
460 CONFIRM_EQ(string, expected_string, action); in testTag()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c1594 UChar* expected_string = NULL; in testTag() local
1711 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4)); in testTag()
1712 u_strcpy(expected_string,base); in testTag()
1713 CONFIRM_INT_EQ(len, u_strlen(expected_string)); in testTag()
1715 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag()
1716 u_strcpy(expected_string,kERROR); in testTag()
1722 CONFIRM_EQ(string, expected_string); in testTag()
1750 u_strcpy(expected_string, base); in testTag()
1752 u_strcat(expected_string, element); in testTag()
1755 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string); in testTag()
[all …]
Dcrestst.c252 UChar* expected_string = NULL; in testTag() local
381 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3)); in testTag()
382 u_strcpy(expected_string,base); in testTag()
387 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag()
388 u_strcpy(expected_string,kERROR); in testTag()
392 CONFIRM_EQ(string, expected_string); in testTag()
394 free(expected_string); in testTag()
/external/google-breakpad/src/processor/
Dsynth_minidump_unittest.cc245 string expected_string(expected, sizeof(expected) - 1); in TEST() local
246 EXPECT_EQ(expected_string, contents); in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc1192 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ argument
1193 EXPECT_TRUE(PrintToString(value) == (expected_string)) \
/external/gtest/test/
Dgtest-printers_test.cc1412 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ argument
1413 EXPECT_TRUE(PrintToString(value) == (expected_string)) \