Searched defs:do_copy (Results 1 – 4 of 4) 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
364 int do_copy = src_cn > 3 || blue_idx != 2 || src == dst; in icvBGRx2ABC_IPP_8u_CnC3R() local