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

  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 394 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
396 if(fOutbuf != bytes) {
397 memcpy(fOutbuf, bytes, n);
399 fOutbuf += n;
405 char *fOutbuf;
  /external/icu4c/test/intltest/
strtest.cpp 394 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
396 if(fOutbuf != bytes) {
397 memcpy(fOutbuf, bytes, n);
399 fOutbuf += n;
405 char *fOutbuf;

Completed in 136 milliseconds