Home
last modified time | relevance | path

Searched defs:do_copy (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/util/utf8/
Dunicodetext.cc179 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) { in UTF8ToUnicodeText()
189 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy) { in UTF8ToUnicodeText()
/external/syslinux/memdisk/
Dmemdisk16.asm785 .do_copy: xor ecx,ecx label
/external/clang/test/Analysis/
Ddtor.cpp515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function