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

  /external/icu/icu4c/source/common/unicode/
bytestream.h 238 StringByteSink(StringClass* dest) : dest_(dest) { }
245 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); }
247 StringClass* dest_; member in class:StringByteSink
  /external/openfst/src/include/fst/script/
print-impl.h 58 dest_ = dest;
85 << ", destination = " << dest_;
142 string dest_; // text FST destination name member in class:fst::FstPrinter
draw-impl.h 68 dest_ = dest;
83 if (!dest_.empty())
135 << ", destination = " << dest_;
216 string dest_; // drawn FST destination name member in class:fst::FstDrawer

Completed in 1460 milliseconds