Home
last modified time | relevance | path

Searched refs:ByteSink (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/skia/third_party/externals/icu/source/common/
Dbytesinkutil.h15 class ByteSink; variable
26 ByteSink &sink, Edits *edits, UErrorCode &errorCode);
31 ByteSink &sink, Edits *edits, UErrorCode &errorCode);
34 static void appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits = nullptr);
38 ByteSink &sink, Edits *edits = nullptr) {
43 static void appendTwoBytes(UChar32 c, ByteSink &sink);
46 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
54 ByteSink &sink, uint32_t options, Edits *edits,
59 ByteSink &sink, uint32_t options, Edits *edits);
62 class U_COMMON_API CharStringByteSink : public ByteSink {
Dulocimp.h55 icu::ByteSink& sink,
76 icu::ByteSink& sink,
81 icu::ByteSink& sink,
86 icu::ByteSink& sink,
92 icu::ByteSink& sink,
116 icu::ByteSink& sink,
149 icu::ByteSink& sink,
213 icu::ByteSink& sink,
247 icu::ByteSink& sink,
Dbytesinkutil.cpp22 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
61 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
71 ByteSinkUtil::appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits) { in appendCodePoint()
90 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) { in appendTwoBytes()
98 ByteSink &sink, uint32_t options, Edits *edits) { in appendNonEmptyUnchanged()
110 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
Dbytestream.cpp15 ByteSink::~ByteSink() {} in ~ByteSink()
17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
29 void ByteSink::Flush() {} in Flush()
/third_party/icu/icu4c/source/common/
Dbytesinkutil.h18 class ByteSink; variable
29 ByteSink &sink, Edits *edits, UErrorCode &errorCode);
34 ByteSink &sink, Edits *edits, UErrorCode &errorCode);
37 static void appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits = nullptr);
41 ByteSink &sink, Edits *edits = nullptr) {
46 static void appendTwoBytes(UChar32 c, ByteSink &sink);
49 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
57 ByteSink &sink, uint32_t options, Edits *edits,
62 ByteSink &sink, uint32_t options, Edits *edits);
65 class U_COMMON_API CharStringByteSink : public ByteSink {
Dulocimp.h55 icu::ByteSink& sink,
76 icu::ByteSink& sink,
81 icu::ByteSink& sink,
86 icu::ByteSink& sink,
92 icu::ByteSink& sink,
116 icu::ByteSink& sink,
149 icu::ByteSink& sink,
213 icu::ByteSink& sink,
247 icu::ByteSink& sink,
Dbytesinkutil.cpp22 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
61 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
71 ByteSinkUtil::appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits) { in appendCodePoint()
90 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) { in appendTwoBytes()
98 ByteSink &sink, uint32_t options, Edits *edits) { in appendNonEmptyUnchanged()
110 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
Dbytestream.cpp15 ByteSink::~ByteSink() {} in ~ByteSink()
17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
29 void ByteSink::Flush() {} in Flush()
/third_party/node/deps/icu-small/source/common/
Dbytesinkutil.h18 class ByteSink; variable
29 ByteSink &sink, Edits *edits, UErrorCode &errorCode);
34 ByteSink &sink, Edits *edits, UErrorCode &errorCode);
37 static void appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits = nullptr);
41 ByteSink &sink, Edits *edits = nullptr) {
46 static void appendTwoBytes(UChar32 c, ByteSink &sink);
49 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
57 ByteSink &sink, uint32_t options, Edits *edits,
62 ByteSink &sink, uint32_t options, Edits *edits);
65 class U_COMMON_API CharStringByteSink : public ByteSink {
Dulocimp.h55 icu::ByteSink& sink,
76 icu::ByteSink& sink,
81 icu::ByteSink& sink,
86 icu::ByteSink& sink,
92 icu::ByteSink& sink,
97 icu::ByteSink& sink,
121 icu::ByteSink& sink,
154 icu::ByteSink& sink,
218 icu::ByteSink& sink,
253 icu::ByteSink& sink,
Dbytesinkutil.cpp22 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
61 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
71 ByteSinkUtil::appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits) { in appendCodePoint()
90 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) { in appendTwoBytes()
98 ByteSink &sink, uint32_t options, Edits *edits) { in appendNonEmptyUnchanged()
110 ByteSink &sink, uint32_t options, Edits *edits, in appendUnchanged()
Dbytestream.cpp15 ByteSink::~ByteSink() {} in ~ByteSink()
17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
29 void ByteSink::Flush() {} in Flush()
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.h78 class PROTOBUF_EXPORT ByteSink {
80 ByteSink() {} in ByteSink() function
81 virtual ~ByteSink() {} in ~ByteSink()
92 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSink);
142 virtual void CopyTo(ByteSink* sink, size_t n);
163 class PROTOBUF_EXPORT UncheckedArrayByteSink : public ByteSink {
191 class PROTOBUF_EXPORT CheckedArrayByteSink : public ByteSink {
227 class PROTOBUF_EXPORT GrowingArrayByteSink : public strings::ByteSink {
257 class PROTOBUF_EXPORT StringByteSink : public ByteSink {
274 class PROTOBUF_EXPORT NullByteSink : public ByteSink {
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestream.h53 class U_COMMON_API ByteSink : public UMemory {
59 ByteSink() { } in ByteSink() function
64 virtual ~ByteSink();
164 ByteSink(const ByteSink &) = delete;
165 ByteSink &operator=(const ByteSink &) = delete;
180 class U_COMMON_API CheckedArrayByteSink : public ByteSink {
267 class StringByteSink : public ByteSink {
Dcasemap.h25 class ByteSink; variable
223 StringPiece src, ByteSink &sink, Edits *edits,
249 StringPiece src, ByteSink &sink, Edits *edits,
289 StringPiece src, ByteSink &sink, Edits *edits,
320 StringPiece src, ByteSink &sink, Edits *edits,
Didna.h205 labelToASCII_UTF8(StringPiece label, ByteSink &dest,
223 labelToUnicodeUTF8(StringPiece label, ByteSink &dest,
241 nameToASCII_UTF8(StringPiece name, ByteSink &dest,
259 nameToUnicodeUTF8(StringPiece name, ByteSink &dest,
/third_party/icu/icu4c/source/common/unicode/
Dbytestream.h53 class U_COMMON_API ByteSink : public UMemory {
59 ByteSink() { } in ByteSink() function
64 virtual ~ByteSink();
164 ByteSink(const ByteSink &) = delete;
165 ByteSink &operator=(const ByteSink &) = delete;
180 class U_COMMON_API CheckedArrayByteSink : public ByteSink {
267 class StringByteSink : public ByteSink {
Dcasemap.h25 class ByteSink; variable
223 StringPiece src, ByteSink &sink, Edits *edits,
249 StringPiece src, ByteSink &sink, Edits *edits,
289 StringPiece src, ByteSink &sink, Edits *edits,
320 StringPiece src, ByteSink &sink, Edits *edits,
Didna.h205 labelToASCII_UTF8(StringPiece label, ByteSink &dest,
223 labelToUnicodeUTF8(StringPiece label, ByteSink &dest,
241 nameToASCII_UTF8(StringPiece name, ByteSink &dest,
259 nameToUnicodeUTF8(StringPiece name, ByteSink &dest,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestream.h53 class U_COMMON_API ByteSink : public UMemory {
59 ByteSink() { } in ByteSink() function
64 virtual ~ByteSink();
164 ByteSink(const ByteSink &) = delete;
165 ByteSink &operator=(const ByteSink &) = delete;
180 class U_COMMON_API CheckedArrayByteSink : public ByteSink {
267 class StringByteSink : public ByteSink {
Dcasemap.h25 class ByteSink; variable
223 StringPiece src, ByteSink &sink, Edits *edits,
249 StringPiece src, ByteSink &sink, Edits *edits,
289 StringPiece src, ByteSink &sink, Edits *edits,
320 StringPiece src, ByteSink &sink, Edits *edits,
Didna.h205 labelToASCII_UTF8(StringPiece label, ByteSink &dest,
223 labelToUnicodeUTF8(StringPiece label, ByteSink &dest,
241 nameToASCII_UTF8(StringPiece name, ByteSink &dest,
259 nameToUnicodeUTF8(StringPiece name, ByteSink &dest,
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_output.cpp24 void FormattedNumber::toDecimalNumber(ByteSink& sink, UErrorCode& status) const { in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
60 void FormattedNumberRange::getDecimalNumbers(ByteSink& sink1, ByteSink& sink2, UErrorCode& status) … in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_output.cpp24 void FormattedNumber::toDecimalNumber(ByteSink& sink, UErrorCode& status) const { in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
61 void FormattedNumberRange::getDecimalNumbers(ByteSink& sink1, ByteSink& sink2, UErrorCode& status) … in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
/third_party/icu/icu4c/source/i18n/
Dnumber_output.cpp24 void FormattedNumber::toDecimalNumber(ByteSink& sink, UErrorCode& status) const { in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
61 void FormattedNumberRange::getDecimalNumbers(ByteSink& sink1, ByteSink& sink2, UErrorCode& status) … in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()

12345