HomeSort by relevance Sort by last modified time
    Searched refs:SimpleByteSink (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
strtest.cpp 337 class SimpleByteSink : public ByteSink {
339 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
359 SimpleByteSink sink(buffer);
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 369 class SimpleByteSink : public ByteSink {
371 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
391 SimpleByteSink sink(buffer);
395 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");

Completed in 99 milliseconds