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

  /external/chromium/third_party/icu/source/common/
bytestream.cpp 28 : outbuf_(outbuf), capacity_(capacity < 0 ? 0 : capacity), size_(0), overflowed_(false) {
40 if (n > 0 && bytes != (outbuf_ + size_)) {
41 uprv_memcpy(outbuf_ + size_, bytes, n);
58 return outbuf_ + size_;
  /external/icu4c/common/
bytestream.cpp 28 : outbuf_(outbuf), capacity_(capacity < 0 ? 0 : capacity), size_(0), overflowed_(false) {
40 if (n > 0 && bytes != (outbuf_ + size_)) {
41 uprv_memcpy(outbuf_ + size_, bytes, n);
58 return outbuf_ + size_;
  /external/chromium/third_party/icu/public/common/unicode/
bytestream.h 190 char* outbuf_; member in class:CheckedArrayByteSink
  /external/icu4c/common/unicode/
bytestream.h 190 char* outbuf_; member in class:CheckedArrayByteSink

Completed in 45 milliseconds