Home
last modified time | relevance | path

Searched refs:fOutbuf (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp352 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {} in SimpleByteSink()
354 if(fOutbuf != bytes) { in Append()
355 memcpy(fOutbuf, bytes, n); in Append()
357 fOutbuf += n; in Append()
363 char *fOutbuf; member in SimpleByteSink