/external/icu/libicu/cts_headers/ |
D | bytesinkutil.h | 15 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 {
|
D | ulocimp.h | 55 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,
|
D | ucasemap_imp.h | 68 class ByteSink; variable 212 icu::ByteSink &sink, icu::Edits *edits, 222 icu::ByteSink &sink, icu::Edits *edits, 231 icu::ByteSink &sink, icu::Edits *edits,
|
D | bocsu.h | 28 class ByteSink; variable 157 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
|
/external/icu/icu4c/source/common/ |
D | bytesinkutil.h | 15 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 {
|
D | ulocimp.h | 55 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,
|
D | bytestream.cpp | 15 ByteSink::~ByteSink() {} in ~ByteSink() 17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() 29 void ByteSink::Flush() {} in Flush()
|
D | bytesinkutil.cpp | 22 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()
|
D | ucasemap_imp.h | 68 class ByteSink; variable 212 icu::ByteSink &sink, icu::Edits *edits, 222 icu::ByteSink &sink, icu::Edits *edits, 231 icu::ByteSink &sink, icu::Edits *edits,
|
/external/protobuf/src/google/protobuf/stubs/ |
D | bytestream.h | 78 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 …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | bytestream.h | 53 class U_COMMON_API ByteSink : public UMemory { 59 ByteSink() { } in ByteSink() function 64 virtual ~ByteSink(); 166 ByteSink(const ByteSink &) = delete; 167 ByteSink &operator=(const ByteSink &) = delete; 182 class U_COMMON_API CheckedArrayByteSink : public ByteSink { 269 class StringByteSink : public ByteSink {
|
D | casemap.h | 25 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,
|
D | idna.h | 205 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,
|
D | normalizer2.h | 40 class ByteSink; variable 249 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 567 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 759 ByteSink &sink, Edits *edits,
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestream.h | 53 class U_COMMON_API ByteSink : public UMemory { 59 ByteSink() { } in ByteSink() function 64 virtual ~ByteSink(); 166 ByteSink(const ByteSink &) = delete; 167 ByteSink &operator=(const ByteSink &) = delete; 182 class U_COMMON_API CheckedArrayByteSink : public ByteSink { 269 class StringByteSink : public ByteSink {
|
D | casemap.h | 25 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,
|
D | idna.h | 205 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,
|
D | normalizer2.h | 40 class ByteSink; variable 249 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 567 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 759 ByteSink &sink, Edits *edits,
|
D | bytestrie.h | 35 class ByteSink; variable 274 int32_t getNextBytes(ByteSink &out) const; 459 static void getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out); 460 static void append(ByteSink &out, int c);
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | ByteSourceTest.java | 388 private static final ByteSink BROKEN_CLOSE_SINK = new TestByteSink(CLOSE_THROWS); 389 private static final ByteSink BROKEN_OPEN_SINK = new TestByteSink(OPEN_THROWS); 390 private static final ByteSink BROKEN_WRITE_SINK = new TestByteSink(WRITE_THROWS); 394 private static final ImmutableSet<ByteSink> BROKEN_SINKS = 412 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 421 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 440 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 449 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 467 private static void runFailureTest(ByteSource in, ByteSink out) { in runFailureTest() 476 private static int runSuppressionFailureTest(ByteSource in, ByteSink out) { in runSuppressionFailureTest() [all …]
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ByteSourceTest.java | 388 private static final ByteSink BROKEN_CLOSE_SINK = new TestByteSink(CLOSE_THROWS); 389 private static final ByteSink BROKEN_OPEN_SINK = new TestByteSink(OPEN_THROWS); 390 private static final ByteSink BROKEN_WRITE_SINK = new TestByteSink(WRITE_THROWS); 394 private static final ImmutableSet<ByteSink> BROKEN_SINKS = 412 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 421 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 440 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 449 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 467 private static void runFailureTest(ByteSource in, ByteSink out) { in runFailureTest() 476 private static int runSuppressionFailureTest(ByteSource in, ByteSink out) { in runSuppressionFailureTest() [all …]
|
/external/guava/guava/src/com/google/common/io/ |
D | ByteSink.java | 49 public abstract class ByteSink { class 52 protected ByteSink() {} in ByteSink() method in ByteSink 149 return new OutputStreamWriter(ByteSink.this.openStream(), charset); in openStream() 154 return ByteSink.this.toString() + ".asCharSink(" + charset + ")"; in toString()
|
/external/guava/android/guava/src/com/google/common/io/ |
D | ByteSink.java | 49 public abstract class ByteSink { class 52 protected ByteSink() {} in ByteSink() method in ByteSink 149 return new OutputStreamWriter(ByteSink.this.openStream(), charset); in openStream() 154 return ByteSink.this.toString() + ".asCharSink(" + charset + ")"; in toString()
|
/external/icu/icu4c/source/i18n/ |
D | number_output.cpp | 24 void FormattedNumber::toDecimalNumber(ByteSink& sink, UErrorCode& status) const { in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL() 65 void FormattedNumberRange::getDecimalNumbers(ByteSink& sink1, ByteSink& sink2, UErrorCode& status) … in getDecimalNumbers()
|
D | bocsu.h | 28 class ByteSink; variable 157 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
|