Home
last modified time | relevance | path

Searched defs:append (Results 176 - 200 of 266) sorted by relevance

1234567891011

/third_party/curl/packages/OS400/
H A Dccsidcurl.c1015 curl_formget_callback append; member
1053 curl_formget_ccsid(struct curl_httppost *form, void *arg, curl_formget_callback append, unsigned int ccsid) curl_formget_ccsid() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2621 public void append(CharSequence s) { append() method in MessageFormat.AppendableWrapper
2630 public void append(CharSequence s, int start, int limit) { append() method in MessageFormat.AppendableWrapper
2639 public void append(CharacterIterator iterator) { append() method in MessageFormat.AppendableWrapper
2643 public static int append(Appendable result, CharacterIterator iterator) { append() method in MessageFormat.AppendableWrapper
[all...]
H A DNormalizer.java2527 public Appendable append(char c) { in append() method in Normalizer.CharsAppendable
2535 public Appendable append(CharSequenc method in Normalizer.CharsAppendable
2539 public Appendable append(CharSequence s, int sStart, int sLimit) { append() method in Normalizer.CharsAppendable
[all...]
/third_party/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1223 void ParagraphLayout::Line::append(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, in append() function in ParagraphLayout::Line
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DBasicTest.java2964 public StringBuilder append(StringBuilder first, CharSequence second) { return null; } append() method in BasicTest.TestNormalizer2
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2961 public StringBuilder append(StringBuilder first, CharSequence second) { return null; } append() method in BasicTest.TestNormalizer2
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java2587 public Appendable append(char c) { in append() method in Normalizer.CharsAppendable
2595 public Appendable append(CharSequenc method in Normalizer.CharsAppendable
2599 public Appendable append(CharSequence s, int sStart, int sLimit) { append() method in Normalizer.CharsAppendable
[all...]
H A DMessageFormat.java2576 public void append(CharSequence s) { append() method in MessageFormat.AppendableWrapper
2585 public void append(CharSequence s, int start, int limit) { append() method in MessageFormat.AppendableWrapper
2594 public void append(CharacterIterator iterator) { append() method in MessageFormat.AppendableWrapper
2598 public static int append(Appendable result, CharacterIterator iterator) { append() method in MessageFormat.AppendableWrapper
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dunistr.h4622 UnicodeString::append(const UnicodeString& srcText, append() function in UnicodeString
4628 UnicodeString::append(const UnicodeString& srcText) append() function in UnicodeString
4632 UnicodeString::append(const char16_t *srcChars, append() function in UnicodeString
4638 UnicodeString::append(ConstChar16Ptr srcChars, append() function in UnicodeString
4643 UnicodeString::append(char16_t srcChar) append() function in UnicodeString
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h4649 UnicodeString::append(const UnicodeString& srcText, append() function in UnicodeString
4655 UnicodeString::append(const UnicodeString& srcText) append() function in UnicodeString
4659 UnicodeString::append(const char16_t *srcChars, append() function in UnicodeString
4665 UnicodeString::append(ConstChar16Ptr srcChars, append() function in UnicodeString
4670 UnicodeString::append(char16_t srcChar) append() function in UnicodeString
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1212 const bool append = (offsets[i] == (unsigned)-1); in nv50_set_stream_output_targets() local
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp157 UnicodeString append(UnicodeString& result, const UObject* obj) in append() function
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dshow-parse.c222 static void FORMAT_ATTR(2) append(struct type_name *name, const char *fmt, ...) in append() function
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h483 void append(FeedbackSlotKind kind) { slot_kinds_.push_back(kind); } in append() function in v8::internal::FeedbackVectorSpec
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1150 const bool append = (offsets[i] == ((unsigned)-1)); in nvc0_set_transform_feedback_targets() local
/third_party/libabigail/include/
H A Dabg-diff-utils.h652 append(const edit_script& es) in append() function in abigail::diff_utils::edit_script
/third_party/python/Lib/collections/
H A D__init__.py1288 def append(self, item): member in UserList
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py1329 def append(self, item): member in _NamespacePath
/third_party/skia/src/core/
H A DSkRecorder.cpp38 void SkDrawableList::append(SkDrawable* drawable) { in append() function in SkDrawableList
90 void SkRecorder::append(Args&&... args) { in append() function in SkRecorder
[all...]
H A DSkStream.cpp482 const void* append(const void* data, size_t size) { in append() function
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3445 Value& Value::append(const Value& value) { return (*this)[size()] = value; } in append() function in Value
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3445 Value& Value::append(const Value& value) { return (*this)[size()] = value; } in append() function in Value
/third_party/python/Lib/
H A D_collections_abc.py1076 def append(self, value): member in MutableSequence
/third_party/python/Lib/logging/
H A D__init__.py1273 def append(self, alogger): member in PlaceHolder
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h84 void append(NaClBitCodeAbbrev *Abbrv) { in append() function in llvm::NaClBitstreamReader::AbbrevList

Completed in 69 milliseconds

1234567891011