Home
last modified time | relevance | path

Searched refs:replace_copy (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in replace_copy() function