Home
last modified time | relevance | path

Searched defs:append (Results 151 - 175 of 284) sorted by relevance

12345678910>>...12

/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp204 static void append(char** dst, size_t* count, const char* src, size_t n) { in append() function
/third_party/skia/include/core/
H A DSkString.h202 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() function in SkString
203 void append(const char text[]) { this->insert((size_t)-1, text); } in append() function in SkString
204 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() function in SkString
/third_party/rust/crates/nom/src/
H A Derror.rs23 fn append(input: I, kind: ErrorKind, other: Self) -> Self; in append() functions
77 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() functions
108 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() functions
124 fn append(_: I, _: ErrorKind, _: Self) -> Self {} in append() functions
179 fn append(input: I, kind: ErrorKind, mut other: Self) -> Self { in append() functions
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs552 fn append(value: &mut String, first: &mut bool, should: bool, element: &str) { append() functions
[all...]
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py91 def append(self, item): member in Index
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp54 void append(const AccessChain &other) in append() function in sh::__anon19885::AccessChain
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h573 basic_string& append(size_type count, value_type a) in append() function in basic_string
595 basic_string& append(const_pointer const a) in append() function in basic_string
600 basic_string& append(const_pointer const str, size_type count) in append() function in basic_string
634 basic_string& append(const string_view& b) in append() function in basic_string
639 basic_string& append(const string_view& b, size_type pos) in append() function in basic_string
646 basic_string& append(const string_view& b, size_type pos, size_type count) append() function in basic_string
[all...]
H A Dvector.h664 void append(size_type count, const T& value) in append() function in vector
685 void append(InputIt first, InputIt last) in append() function in vector
705 void append(const_pointer first, const_pointer last) in append() function in vector
/third_party/backends/backend/
H A Dmustek_usb_low.h119 SANE_Byte append; member
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java35 void append(long ce) { in append() method in CollationIterator.CEBuffer
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DListFormatter.java609 public FormattedListBuilder append(String compiledPattern, Object next, int position) { in append() method in ListFormatter.FormattedListBuilder
H A DUTF16.java1025 public static StringBuffer append(StringBuffer target, int char32) { in append() method in UTF16
1066 public static int append(char[] target, int limit, int char32) { append() method in UTF16
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java555 private void append(byte b) { in append() method in BytesTrie.Entry
559 private void append(byte[] b, int off, int len) { in append() method in BytesTrie.Entry
1033 private static void append(Appendable out, int c) { append() method in BytesTrie
[all...]
H A DCharsTrie.java974 private static void append(Appendable out, int c) { append() method in CharsTrie
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java37 void append(long ce) { in append() method in CollationIterator.CEBuffer
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DListFormatter.java681 public FormattedListBuilder append(String compiledPattern, Object next, int position) { in append() method in ListFormatter.FormattedListBuilder
H A DUTF16.java978 public static StringBuffer append(StringBuffer target, int char32) { in append() method in UTF16
1017 public static int append(char[] target, int limit, int char32) { append() method in UTF16
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java524 private void append(byte b) { in append() method in BytesTrie.Entry
528 private void append(byte[] b, int off, int len) { in append() method in BytesTrie.Entry
993 private static void append(Appendable out, int c) { append() method in BytesTrie
[all...]
H A DCharsTrie.java947 private static void append(Appendable out, int c) { append() method in CharsTrie
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dlistformatter.cpp579 void append(const SimpleFormatter& pattern, const UnicodeString& next, int32_t position, UErrorCode& status) { in append() function in __anon3334::FormattedListBuilder
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dlistformatter.cpp572 void append(const SimpleFormatter& pattern, const UnicodeString& next, int32_t position, UErrorCode& status) { in append() function in __anon11985::FormattedListBuilder
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc93 bool append(v8::Local<v8::Value> value, unsigned ignoreOptions = 0) { in append() function in v8_inspector::__anon14703::V8ValueStringBuilder
133 bool append(v8::Local<v8::Array> array) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder
157 bool append(v8::Local<v8::Symbol> symbol) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder
164 bool append(v8::Local<v8::BigInt> bigint) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder
173 bool append(v8::Local<v8::String> string) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h871 void append(const RegsForValue &RHS) { in append() function
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h218 void append(SkArenaAlloc* alloc, SkPoint a, SkPoint b, SkPoint c, int winding) { in append() function in GrTriangulator::BreadcrumbTriangleList
303 void append(Vertex* v) { insert(v, fTail, nullptr); } in append() function
304 void append(const VertexList& list) { in append() function
441 void append(Edge* e) { insert(e, fTail, nullptr); } in append() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dlistformatter.cpp579 void append(const SimpleFormatter& pattern, const UnicodeString& next, int32_t position, UErrorCode& status) { in append() function in __anon21210::FormattedListBuilder
[all...]

Completed in 34 milliseconds

12345678910>>...12