Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/utf8/
Dunicodetext.cc225 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/
Ddtor.cpp515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
/external/scapy/scapy/
Dasn1fields.py132 def do_copy(self, x): member in ASN1F_field
Dfields.py84 def do_copy(self, x): member in Field
535 def do_copy(self, x): member in PacketListField
/external/webp/src/enc/
Dpicture_csp_enc.c1118 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local