Searched refs:ByteSink (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dbytestream.h7 // Abstract interface that consumes a sequence of bytes (ByteSink).
13 // ByteSink:
45 * A ByteSink can be filled with bytes.
48 class U_COMMON_API ByteSink : public UMemory { class in inherits:UMemory
54 ByteSink() { } function in class:ByteSink
59 virtual ~ByteSink();
75 * on this ByteSink.
89 * If the ByteSink allocates or reallocates an internal buffer, it should use
120 * The ByteSink should be ready for further Append() calls after Flush().
127 ByteSink(cons
[all...]
H A Didna.h201 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
219 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
237 nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
255 nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
H A Dbytestrie.h30 class ByteSink;
236 int32_t getNextBytes(ByteSink &out) const;
422 static void getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out);
423 static void append(ByteSink &out, int c);
H A Dunistr.h1657 * to a ByteSink. This is called by toUTF8String().
1661 * @param sink A ByteSink to which the UTF-8 version of the string is written.
1666 void toUTF8(ByteSink &sink) const;
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dbytestream.h7 // Abstract interface that consumes a sequence of bytes (ByteSink).
13 // ByteSink:
45 * A ByteSink can be filled with bytes.
48 class U_COMMON_API ByteSink : public UMemory { class in inherits:UMemory
54 ByteSink() { } function in class:ByteSink
59 virtual ~ByteSink() { }
75 * on this ByteSink.
89 * If the ByteSink allocates or reallocates an internal buffer, it should use
120 * The ByteSink should be ready for further Append() calls after Flush().
127 ByteSink(cons
[all...]
H A Dunistr.h1598 * to a ByteSink. This is called by toUTF8String().
1602 * @param sink A ByteSink to which the UTF-8 version of the string is written.
1607 void toUTF8(ByteSink &sink) const;
H A Durename.h1775 #define ByteSink U_ICU_ENTRY_POINT_RENAME(ByteSink) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbytestream.cpp13 ByteSink::~ByteSink() {}
15 char* ByteSink::GetAppendBuffer(int32_t min_capacity,
27 void ByteSink::Flush() {}
H A Duts46.cpp73 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
83 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
93 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
103 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
136 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
140 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
144 nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
148 nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
161 ByteSink &dest,
256 UTS46::labelToASCII_UTF8(const StringPiece &label, ByteSink
[all...]
H A Dbytestrie.cpp386 BytesTrie::getNextBytes(ByteSink &out) const {
419 BytesTrie::getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out) {
434 BytesTrie::append(ByteSink &out, int c) {
H A Dunistr.cpp879 UnicodeString::toUTF8(ByteSink &sink) const {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dbocsu.h26 class ByteSink;
155 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
H A Dbocsu.cpp99 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) {
H A Dcollationkeys.h30 class SortKeyByteSink : public ByteSink {
94 * @param level The next level about to be written to the ByteSink.
H A Dcollationkeys.cpp109 void appendTo(ByteSink &sink) const {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dstrtest.cpp336 // Verify that ByteSink is subclassable and Flush() overridable.
337 class SimpleByteSink : public ByteSink {
354 // Test the ByteSink base class.
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
370 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]");
375 errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]");
380 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer");
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h1775 #define ByteSink U_ICU_ENTRY_POINT_RENAME(ByteSink) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1775 #define ByteSink U_ICU_ENTRY_POINT_RENAME(ByteSink) macro

Completed in 293 milliseconds