Home
last modified time | relevance | path

Searched refs:do_copy (Results 1 – 8 of 8) sorted by relevance

/external/libtextclassifier/utils/utf8/
Dunicodetext.cc225 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()
Dunicodetext.h179 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/
Ddtor.cpp512 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/
Dpicture_csp_enc.c1118 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
1120 if (do_copy) { in Import()
/external/scapy/scapy/
Dasn1fields.py132 def do_copy(self, x): member in ASN1F_field
Dpacket.py370 return self.get_field(fieldname).do_copy(value)
701 self.raw_packet_cache_fields[f.name] = f.do_copy(fval)
Dfields.py84 def do_copy(self, x): member in Field
535 def do_copy(self, x): member in PacketListField
/external/boringssl/win-x86/crypto/fipsmodule/
Daes-586.asm2296 jb NEAR L$018do_copy
2300 L$018do_copy: