Searched refs:do_copy (Results 1 – 8 of 8) sorted by relevance
/external/libtextclassifier/utils/utf8/ |
D | unicodetext.cc | 225 int end_codepoint, bool do_copy) { in Substring() argument 231 if (do_copy) { in Substring() 305 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) { in UTF8ToUnicodeText() argument 307 if (do_copy) { in UTF8ToUnicodeText() 315 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy) { in UTF8ToUnicodeText() argument 316 return UTF8ToUnicodeText(utf8_buf, strlen(utf8_buf), do_copy); in UTF8ToUnicodeText() 319 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy) { in UTF8ToUnicodeText() argument 320 return UTF8ToUnicodeText(str.data(), str.size(), do_copy); in UTF8ToUnicodeText()
|
D | unicodetext.h | 179 int end_codepoint, bool do_copy = true); 221 bool do_copy = true); 222 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy = true); 223 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy = true);
|
/external/clang/test/Analysis/ |
D | dtor.cpp | 512 static void do_copy(T *dest, const T *src, unsigned count); 515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function 517 copier<IsSimple, T>::do_copy(dest, src, count); in do_copy() 524 do_copy(p, other.p, 1); in NonTrivial()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 1118 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local 1120 if (do_copy) { in Import()
|
/external/scapy/scapy/ |
D | asn1fields.py | 132 def do_copy(self, x): member in ASN1F_field
|
D | packet.py | 370 return self.get_field(fieldname).do_copy(value) 701 self.raw_packet_cache_fields[f.name] = f.do_copy(fval)
|
D | fields.py | 84 def do_copy(self, x): member in Field 535 def do_copy(self, x): member in PacketListField
|
/external/boringssl/win-x86/crypto/fipsmodule/ |
D | aes-586.asm | 2296 jb NEAR L$018do_copy 2300 L$018do_copy:
|