HomeSort by relevance Sort by last modified time
    Searched refs:ByteSink (Results 26 - 50 of 56) sorted by null

12 3

  /external/icu/icu4c/source/i18n/
collationkeys.h 32 class SortKeyByteSink : public ByteSink {
96 * @param level The next level about to be written to the ByteSink.
collationkeys.cpp 111 void appendTo(ByteSink &sink) const {
  /external/protobuf/src/google/protobuf/stubs/
bytestream_unittest.cc 121 // Verify that ByteSink is subclassable and Flush() overridable.
130 // Write and Flush via the ByteSink superclass interface.
131 void WriteAndFlush(ByteSink* s) {
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.cc 105 const string& type_url, strings::ByteSink* output, ErrorListener* listener,
protostream_objectwriter.h 98 strings::ByteSink* output, ErrorListener* listener,
163 // The output data and wrapping ByteSink.
249 strings::ByteSink* output, ErrorListener* listener);
json_objectwriter.h 143 class LIBPROTOBUF_EXPORT ByteSinkWrapper : public strings::ByteSink {
149 // ByteSink methods.
json_escaping.cc 359 strings::ByteSink* output) {
383 // First copy the un-escaped prefix, if any, to the output ByteSink.
391 // Case i or ii: Append the escaped code point to the output ByteSink.
proto_writer.cc 62 strings::ByteSink* output, ErrorListener* listener)
79 strings::ByteSink* output, ErrorListener* listener)
protostream_objectwriter.cc 61 strings::ByteSink* output, ErrorListener* listener,
70 strings::ByteSink* output, ErrorListener* listener)
    [all...]
  /external/icu/icu4c/source/common/
uts46.cpp 73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest,
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest,
93 IDNA::nameToASCII_UTF8(StringPiece name, ByteSink &dest,
103 IDNA::nameToUnicodeUTF8(StringPiece name, ByteSink &dest,
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
    [all...]
ucasemap_titlecase_brkiter.cpp 36 StringPiece src, ByteSink &sink, Edits *edits,
filterednormalizer2.cpp 91 FilteredNormalizer2::normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
105 ByteSink &sink, Edits *edits,
normalizer2.cpp 50 Normalizer2::normalizeUTF8(uint32_t /*options*/, StringPiece src, ByteSink &sink,
101 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
locid.cpp 937 Locale::toLanguageTag(ByteSink& sink, UErrorCode& status) const
    [all...]
norm2allmodes.h 235 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
normalizer2impl.h 46 class ByteSink;
512 ByteSink *sink, icu::Edits *edits, UErrorCode &errorCode) const;
    [all...]
normalizer2impl.cpp 139 ByteSink &sink, Edits *edits) {
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 71 import com.google.common.io.ByteSink;
234 .put(ByteSink.class, NullByteSink.INSTANCE)
456 private static final class NullByteSink extends ByteSink implements Serializable {
  /external/guava/guava/src/com/google/common/io/
Files.java 176 * Returns a new {@link ByteSink} for writing bytes to the given file. The
184 public static ByteSink asByteSink(File file, FileWriteMode... modes) {
188 private static final class FileByteSink extends ByteSink {
BaseEncoding.java 192 * Returns a {@code ByteSink} that writes base-encoded bytes to the specified {@code CharSink}.
194 @GwtIncompatible("ByteSink,CharSink")
195 public final ByteSink encodingSink(final CharSink encodedSink) {
197 return new ByteSink() {
ByteSource.java 229 * Copies the contents of this byte source to the given {@code ByteSink}.
234 public long copyTo(ByteSink sink) throws IOException {
  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTester.java 142 source.copyTo(new ByteSink() {
SourceSinkFactories.java 298 public ByteSink createSink() throws IOException {
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 56 import com.google.common.io.ByteSink;
337 assertNotNull(ArbitraryInstances.get(ByteSink.class));
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 349 // Verify that ByteSink is subclassable and Flush() overridable.
350 class SimpleByteSink : public ByteSink {
367 // Test the ByteSink base class.
376 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
383 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]");
388 errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]");
393 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer");

Completed in 2161 milliseconds

12 3