Searched defs:do_copy (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/utils/utf8/ |
D | unicodetext.cc | 225 int end_codepoint, bool do_copy) { in Substring() 305 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) { in UTF8ToUnicodeText() 315 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy) { in UTF8ToUnicodeText() 319 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy) { in UTF8ToUnicodeText()
|
/external/clang/test/Analysis/ |
D | dtor.cpp | 515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
|
/external/scapy/scapy/ |
D | asn1fields.py | 132 def do_copy(self, x): member in ASN1F_field
|
D | fields.py | 84 def do_copy(self, x): member in Field 535 def do_copy(self, x): member in PacketListField
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 1118 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
|