Searched defs:copy (Results 1 – 5 of 5) sorted by relevance
170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { in copy() function252 static wchar_t* _STLP_CALL copy(wchar_t* __dest, const wchar_t* __src, size_t __n) in copy() function
291 inline _OutputIter copy(_InputIter __first, _InputIter __last, _OutputIter __result) { in copy() function
823 void StringTest::copy() in copy() function in StringTest
949 sopno copy; in repeat() local