Home
last modified time | relevance | path

Searched defs:append (Results 201 - 225 of 347) sorted by relevance

12345678910>>...14

/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...]
/third_party/python/Lib/
H A Dconfigparser.py336 def append(self, lineno, line): member in ParsingError
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp589 const auto append = [this](StringRef str) { in makeName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h392 void append(in_iter in_start, in_iter in_end) { in append() function in llvm::SmallVectorImpl
404 void append(size_type NumInputs, const T &Elt) { in append() function in llvm::SmallVectorImpl
414 void append(std::initializer_list<T> IL) { in append() function in llvm::SmallVectorImpl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp212 void HexagonShuffler::append(MCInst const &ID, MCInst const *Extender, in append() function in HexagonShuffler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallVector.h387 void append(in_iter in_start, in_iter in_end) { in append() function in llvm::SmallVectorImpl
397 void append(size_type NumInputs, const T &Elt) { in append() function in llvm::SmallVectorImpl
405 void append(std::initializer_list<T> IL) { in append() function in llvm::SmallVectorImpl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h585 MIBundleBuilder &append(MachineInstr *MI) { in append() function in llvm::MIBundleBuilder
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py818 def append(self, value): member in ListValue
/third_party/protobuf/src/google/protobuf/
H A Dparse_context.h295 const char* AppendSize(const char* ptr, int size, const A& append) { in AppendSize() argument
321 const char* AppendUntilEnd(const char* ptr, const A& append) { in AppendUntilEnd() argument

Completed in 35 milliseconds

12345678910>>...14