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

  /external/icu4c/test/intltest/
strtest.cpp 339 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
341 if(fOutbuf != bytes) {
342 memcpy(fOutbuf, bytes, n);
344 fOutbuf += n;
350 char *fOutbuf;
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 371 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
373 if(fOutbuf != bytes) {
374 memcpy(fOutbuf, bytes, n);
376 fOutbuf += n;
382 char *fOutbuf;

Completed in 632 milliseconds