Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/android/support/src/locale/
Dduplocale.c40 locale_t copy = calloc(1, sizeof(*loc)); in duplocale() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/
Deq.pass.cpp22 std::locale copy(cloc); in main() local
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h203 template <typename U> void copy(linked_ptr<U> const* ptr) { in copy() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dfuture.cpp152 __assoc_sub_state::copy() in copy() function in __assoc_sub_state
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dchar_traits.h170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { in copy() function
252 static wchar_t* _STLP_CALL copy(wchar_t* __dest, const wchar_t* __src, size_t __n) in copy() function
D_algobase.h291 inline _OutputIter copy(_InputIter __first, _InputIter __last, _OutputIter __result) { in copy() function
/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp823 void StringTest::copy() in copy() function in StringTest
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp823 void StringTest::copy() in copy() function in StringTest
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c949 sopno copy; in repeat() local