Searched defs:do_copy (Results 1 – 3 of 3) sorted by relevance
179 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()
785 .do_copy: xor ecx,ecx label
515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function