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