/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 CharStringByteSink : public ByteSink {
|
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 | bytestream.cpp | 15 ByteSink::~ByteSink() {} in ~ByteSink() 17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() 29 void ByteSink::Flush() {} in Flush()
|
D | ucasemap.cpp | 141 ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) { in appendResult() 206 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toLower() 317 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toUpper() 427 ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8ToTitle() 572 ByteSink &sink, Edits *edits, in toUpper() 724 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8ToLower() 738 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8ToUpper() 756 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_internalUTF8Fold() 768 icu::ByteSink &sink, icu::Edits *edits, in ucasemap_mapUTF8() 889 StringPiece src, ByteSink &sink, Edits *edits, in utf8ToLower() [all …]
|
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 | uts46.cpp | 73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8() 83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest, in labelToUnicodeUTF8() 93 IDNA::nameToASCII_UTF8(StringPiece name, ByteSink &dest, in nameToASCII_UTF8() 103 IDNA::nameToUnicodeUTF8(StringPiece name, ByteSink &dest, in nameToUnicodeUTF8() 136 labelToASCII_UTF8(StringPiece label, ByteSink &dest, 140 labelToUnicodeUTF8(StringPiece label, ByteSink &dest, 144 nameToASCII_UTF8(StringPiece name, ByteSink &dest, 148 nameToUnicodeUTF8(StringPiece name, ByteSink &dest, 161 ByteSink &dest, 256 UTS46::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8() [all …]
|
D | bytestrie.cpp | 388 BytesTrie::getNextBytes(ByteSink &out) const { in getNextBytes() 421 BytesTrie::getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out) { in getNextBranchBytes() 436 BytesTrie::append(ByteSink &out, int c) { in append()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | bytestream.h | 77 class LIBPROTOBUF_EXPORT ByteSink { 79 ByteSink() {} in ByteSink() function 80 virtual ~ByteSink() {} in ~ByteSink() 91 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSink); 141 virtual void CopyTo(ByteSink* sink, size_t n); 162 class LIBPROTOBUF_EXPORT UncheckedArrayByteSink : public ByteSink { 190 class LIBPROTOBUF_EXPORT CheckedArrayByteSink : public ByteSink { 226 class LIBPROTOBUF_EXPORT GrowingArrayByteSink : public strings::ByteSink { 256 class LIBPROTOBUF_EXPORT StringByteSink : public ByteSink { 273 class LIBPROTOBUF_EXPORT NullByteSink : public ByteSink { [all …]
|
D | bytestream.cc | 40 void ByteSource::CopyTo(ByteSink* sink, size_t n) { in CopyTo() 54 void ByteSink::Flush() {} in Flush() 188 void LimitByteSource::CopyTo(ByteSink *sink, size_t n) { in CopyTo()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestream.h | 50 class U_COMMON_API ByteSink : public UMemory { 56 ByteSink() { } in ByteSink() function 61 virtual ~ByteSink(); 129 ByteSink(const ByteSink &) = delete; 130 ByteSink &operator=(const ByteSink &) = delete; 145 class U_COMMON_API CheckedArrayByteSink : public ByteSink { 232 class StringByteSink : public ByteSink {
|
D | casemap.h | 22 class ByteSink; variable 220 StringPiece src, ByteSink &sink, Edits *edits, 246 StringPiece src, ByteSink &sink, Edits *edits, 286 StringPiece src, ByteSink &sink, Edits *edits, 317 StringPiece src, ByteSink &sink, Edits *edits,
|
D | idna.h | 203 labelToASCII_UTF8(StringPiece label, ByteSink &dest, 221 labelToUnicodeUTF8(StringPiece label, ByteSink &dest, 239 nameToASCII_UTF8(StringPiece name, ByteSink &dest, 257 nameToUnicodeUTF8(StringPiece name, ByteSink &dest,
|
D | normalizer2.h | 38 class ByteSink; variable 247 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 565 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, 757 ByteSink &sink, Edits *edits,
|
D | bytestrie.h | 32 class ByteSink; variable 238 int32_t getNextBytes(ByteSink &out) const; 423 static void getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out); 424 static void append(ByteSink &out, int c);
|
D | locid.h | 425 void toLanguageTag(ByteSink& sink, UErrorCode& status) const; 661 void getKeywordValue(StringPiece keywordName, ByteSink& sink, UErrorCode& status) const; 692 void getUnicodeKeywordValue(StringPiece keywordName, ByteSink& sink, UErrorCode& status) const;
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ByteSourceTest.java | 317 private static final ByteSink BROKEN_CLOSE_SINK 319 private static final ByteSink BROKEN_OPEN_SINK 321 private static final ByteSink BROKEN_WRITE_SINK 326 private static final ImmutableSet<ByteSink> BROKEN_SINKS 344 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 353 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 372 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 381 for (ByteSink out : BROKEN_SINKS) { in testCopyExceptions() 395 private static void runFailureTest(ByteSource in, ByteSink out) { in runFailureTest() 406 private static int runSuppressionFailureTest(ByteSource in, ByteSink out) { in runSuppressionFailureTest() [all …]
|
D | ByteSinkTester.java | 41 public class ByteSinkTester extends SourceSinkTester<ByteSink, byte[], ByteSinkFactory> { 75 private ByteSink sink;
|
D | SourceSinkFactory.java | 87 public interface ByteSinkFactory extends SinkFactory<ByteSink, byte[]> {
|
D | TestByteSink.java | 30 public class TestByteSink extends ByteSink implements TestStreamSupplier {
|
/external/guava/guava/src/com/google/common/io/ |
D | ByteSink.java | 47 public abstract class ByteSink { class 52 protected ByteSink() {} in ByteSink() method in ByteSink 148 return new OutputStreamWriter(ByteSink.this.openStream(), charset); in openStream() 153 return ByteSink.this.toString() + ".asCharSink(" + charset + ")"; in toString()
|
/external/icu/icu4c/source/i18n/ |
D | bocsu.h | 28 class ByteSink; variable 157 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.h | 79 strings::ByteSink* output, ErrorListener* listener); 228 strings::ByteSink* output, ErrorListener* listener); 309 strings::ByteSink* output_;
|
D | protostream_objectwriter.h | 98 strings::ByteSink* output, ErrorListener* listener, 249 strings::ByteSink* output, ErrorListener* listener);
|
D | json_escaping.h | 80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
|
D | type_info_test_helper.h | 81 const string& type_url, strings::ByteSink* output,
|