Searched refs:replace_copy (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in replace_copy() function
|