Searched refs:word1 (Results 1 – 8 of 8) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | setdiff_test.cpp | 74 const char* word1 = "ABCDEFGHIJKLMNO"; in setsymd2() local 78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setsymd2() 125 const char* word1 = "ABCDEFGHIJKLMNO"; in setdiff2() local 129 …set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff)… in setdiff2()
|
D | setinter_test.cpp | 68 const char* word1 = "ABCDEFGHIJKLMNO"; in setintr2() local 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setintr2()
|
D | setunion_test.cpp | 71 const char* word1 = "ABCDEFGHIJKLMNO"; in setunon2() local 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
|
D | swap_test.cpp | 57 char word1[] = "World"; in swprnge1() local 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2); in swprnge1() 60 CPPUNIT_ASSERT(!strcmp(word1, "Hello")); in swprnge1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | setdiff_test.cpp | 74 const char* word1 = "ABCDEFGHIJKLMNO"; in setsymd2() local 78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setsymd2() 125 const char* word1 = "ABCDEFGHIJKLMNO"; in setdiff2() local 129 …set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff)… in setdiff2()
|
D | setinter_test.cpp | 68 const char* word1 = "ABCDEFGHIJKLMNO"; in setintr2() local 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setintr2()
|
D | setunion_test.cpp | 71 const char* word1 = "ABCDEFGHIJKLMNO"; in setunon2() local 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
|
D | swap_test.cpp | 57 char word1[] = "World"; in swprnge1() local 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2); in swprnge1() 60 CPPUNIT_ASSERT(!strcmp(word1, "Hello")); in swprnge1()
|